]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arm: socfpga: spl: Add s_init stub
authorDinh Nguyen <dinguyen@opensource.altera.com>
Wed, 15 Apr 2015 21:44:31 +0000 (16:44 -0500)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:29:25 +0000 (22:29 +0200)
commit97348b17eea7d5bbaa3bf30372e1ee4f47eff926
tree6cb1da75060df35002ed7b4cefe0d7c55aeda1a5
parente83231202b606165abd40f91fa1225bdf0a3e590
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>
board/altera/socfpga/socfpga.c