u-boot/board/altera/socfpga
Dinh Nguyen a74732b611 arm: socfpga: spl: Add s_init stub
Add a stub s_init function in the board file. The reason why the stub function
is needed is that most of the work is now being done in board_init_f(), there
is no need for the SPL to do anything s_init(). However, since lowlevel_init()
is still branching to s_init(), we need stub function for now, until
lowlevel_init() morphs into s_init().

Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
2015-04-21 12:23:17 +02:00
..
iocsr_config.c arm: socfpga: Add Altera Arria V DK support 2015-03-04 23:07:04 +01:00
iocsr_config.h arm: socfpga: Add Altera Arria V DK support 2015-03-04 23:07:04 +01:00
Kconfig arm: socfpga: Add Altera Arria V DK support 2015-03-04 23:07:04 +01:00
MAINTAINERS arm: socfpga: Add myself as maintainer for the SoCrates board 2014-12-06 13:51:54 +01:00
Makefile arm: socfpga: Drop cyclone5 suffix from board file name 2015-03-04 23:07:04 +01:00
pinmux_config.c arm: socfpga: fix uart0 pin mux configuration 2015-04-21 12:23:17 +02:00
pinmux_config.h arm: socfpga: Sync Cyclone V DK pinmux configuration 2015-03-04 23:07:04 +01:00
pll_config.h arm: socfpga: Sync Cyclone V DK PLL configuration 2015-03-04 23:07:04 +01:00
socfpga.c arm: socfpga: spl: Add s_init stub 2015-04-21 12:23:17 +02:00