arm: socfpga: gen5: combine some init code for SPL and U-Boot
authorSimon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
Mon, 13 Aug 2018 19:34:35 +0000 (21:34 +0200)
committerMarek Vasut <marex@denx.de>
Mon, 13 Aug 2018 20:35:06 +0000 (22:35 +0200)
commite4ff8420c5cd050eef78a076facb39e9da60a177
treebd5f85cffe879ac42d722ff7cff179065635c934
parent79a436d56848c4213c1452ca60211568b0c8b31a
arm: socfpga: gen5: combine some init code for SPL and U-Boot

Some of the code for low level system initialization in SPL's
board_init_f() and U-Boot's arch_early_init_r() is the same,
so let's combine it into a single function called from both.

Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
arch/arm/mach-socfpga/include/mach/misc.h
arch/arm/mach-socfpga/misc_gen5.c
arch/arm/mach-socfpga/spl_gen5.c