commit | 571c9e0c66a1b3de59dd5d7f42a27c1b9aff6e0d | [log] [tgz] |
---|---|---|
author | Dinh Nguyen <dinguyen@opensource.altera.com> | Wed Apr 15 16:44:31 2015 -0500 |
committer | Marek Vasut <marex@denx.de> | Tue Apr 21 12:23:17 2015 +0200 |
tree | c56ca21f44e4577bfdc59b5c4772256fa20cc99a | |
parent | 8dafe639f7840c36d37b4f13834d800306a22c78 [diff] |
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>