rockchip: add common spl board file
authorKever Yang <kever.yang@rock-chips.com>
Mon, 22 Jul 2019 11:59:12 +0000 (19:59 +0800)
committerKever Yang <kever.yang@rock-chips.com>
Mon, 29 Jul 2019 02:25:27 +0000 (10:25 +0800)
commit49105fb7ed1c4e91409307a33363fc2a2c7aa711
tree78a86cb49bd281e11dab104aea6f1b35eaadc599
parentbfcf15aad2aebe393aefcc2b0e7cc64e8193fae0
rockchip: add common spl board file

The common spl board file handles board_init_f() in SPL,
and with board_early_init_f() and arch_cpu_init() callback,
other operateion after board_init_f() should go to board specific
spl_board_init().

Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
arch/arm/mach-rockchip/Kconfig
arch/arm/mach-rockchip/Makefile
arch/arm/mach-rockchip/spl.c [new file with mode: 0644]