summaryrefslogtreecommitdiff
path: root/arch/arm/mach-rockchip
diff options
context:
space:
mode:
authorAndy Yan <andy.yan@rock-chips.com>2017-05-15 09:53:50 (GMT)
committerSimon Glass <sjg@chromium.org>2017-06-07 13:29:20 (GMT)
commite2901ab8f68acaa776f9f3ea8deef316e90543a0 (patch)
tree5259572e4af4a36fdaec054523578efd76e8dcc3 /arch/arm/mach-rockchip
parentfe9d4e77ea988201d567eb9f67792ed8c54db057 (diff)
downloadu-boot-e2901ab8f68acaa776f9f3ea8deef316e90543a0.tar.xz
rockchip: rk3368: add Sheep board
Sheep board is designed by Rockchip as a EVB for rk3368. Currently it is able to boot a linux kernel and system to console with the miniloader run as fist level loader. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
Diffstat (limited to 'arch/arm/mach-rockchip')
-rw-r--r--arch/arm/mach-rockchip/rk3368/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/mach-rockchip/rk3368/Kconfig b/arch/arm/mach-rockchip/rk3368/Kconfig
index 3f057cc..82f902f 100644
--- a/arch/arm/mach-rockchip/rk3368/Kconfig
+++ b/arch/arm/mach-rockchip/rk3368/Kconfig
@@ -1,6 +1,17 @@
if ROCKCHIP_RK3368
+choice
+ prompt "RK3368 board"
+
+config TARGET_SHEEP
+ bool "Sheep board"
+ help
+ Sheep board is designed by Rockchip as a EVB board
+ for rk3368.
+endchoice
+
config SYS_SOC
default "rockchip"
+source "board/rockchip/sheep_rk3368/Kconfig"
endif