commit | 2444dae587815e5ba14cb27c32f57bc3b3bbed1d | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Aug 30 16:55:38 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Sep 02 21:28:24 2015 -0600 |
tree | 2c4024c27b69054296477d7743dfc54980c8b6f3 | |
parent | a8cb4fb56ac53cab89657b7e8295ec001bbf78bf [diff] [blame] |
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>
diff --git a/arch/arm/mach-rockchip/rk3288/Kconfig b/arch/arm/mach-rockchip/rk3288/Kconfig new file mode 100644 index 0000000..26d5951 --- /dev/null +++ b/arch/arm/mach-rockchip/rk3288/Kconfig
@@ -0,0 +1,6 @@ +if ROCKCHIP_RK3288 + +config SYS_SOC + default "rockchip" + +endif