u-boot-brain/arch/arm/mach-rockchip/rk3288/Kconfig
Simon Glass 2444dae587 rockchip: Add core SoC start-up code
Add code for starting up U-Boot SPL and U-Boot proper. This is generic and
makes use of devices provided by the board- or SoC-specific code.

Signed-off-by: Simon Glass <sjg@chromium.org>
2015-09-02 21:28:24 -06:00

7 lines
62 B
Plaintext

if ROCKCHIP_RK3288
config SYS_SOC
default "rockchip"
endif