arm: socfpga: spl: Merge spl_board_init() into board_init_f()
authorMarek Vasut <marex@denx.de>
Thu, 9 Jul 2015 03:36:23 +0000 (05:36 +0200)
committerMarek Vasut <marex@denx.de>
Sat, 8 Aug 2015 12:14:07 +0000 (14:14 +0200)
commit6473054a125f712648038c100d3c5ab9743cb1f1
treed6cfedeefadaa724c25021fb49c73a2b28c7c7d2
parentbd65fe35fffd9a9e8c8abe5321a51a8c43eda97d
arm: socfpga: spl: Merge spl_board_init() into board_init_f()

The code in spl_board_init() should have been in board_init_f()
from the beginning, since it is code which configures system and
then starts DRAM. Thus, it cannot be in spl_board_init(), which
is called from board_init_r() , which already expects a working
DRAM.

Signed-off-by: Marek Vasut <marex@denx.de>
arch/arm/mach-socfpga/spl.c
include/configs/socfpga_common.h