]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
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)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 06:17:22 +0000 (08:17 +0200)
commit2cd41f0918ace431972627f1b4beb1dab4e8550e
tree84c0c7edf61acea8dc32bdb46c377c532c298802
parent4fdfafefd40e5675ddc840028308a898dd6842b6
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