summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-rockchip
diff options
context:
space:
mode:
authorhuang lin <hl@rock-chips.com>2015-11-17 14:20:28 +0800
committerSimon Glass <sjg@chromium.org>2015-12-01 08:07:22 -0700
commitd8b597823b90f43cb3cd1fb82ab1f4804a8ad1e5 (patch)
tree3f4e03d1732d429f6fabda6a9f127ce869b7730f /arch/arm/mach-rockchip
parentbe1d5e0388d2e506d875d4b984485526bdf3197f (diff)
downloadblackbird-obmc-uboot-d8b597823b90f43cb3cd1fb82ab1f4804a8ad1e5.tar.gz
blackbird-obmc-uboot-d8b597823b90f43cb3cd1fb82ab1f4804a8ad1e5.zip
rockchip: Add basic support for evb-rk3036 board
This add some basic files required to allow the board to dispaly serial message and can run command(mmc info etc) Signed-off-by: Lin Huang <hl@rock-chips.com> Acked-by: Simon Glass <sjg@chromium.org> Moved board Kconfig fragment from previous patch into this one to fix build error: Signed-off-by: Simon Glass <sjg@chromium.org> Series-changes: 8 - moved board Kconfig fragment from previous patch into this one
Diffstat (limited to 'arch/arm/mach-rockchip')
-rw-r--r--arch/arm/mach-rockchip/rk3036/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/mach-rockchip/rk3036/Kconfig b/arch/arm/mach-rockchip/rk3036/Kconfig
index d76d5e18ec..0fbc58eba2 100644
--- a/arch/arm/mach-rockchip/rk3036/Kconfig
+++ b/arch/arm/mach-rockchip/rk3036/Kconfig
@@ -1,3 +1,17 @@
if ROCKCHIP_RK3036
+config TARGET_EVB_RK3036
+ bool "EVB_RK3036"
+
+config SYS_SOC
+ default "rockchip"
+
+config SYS_MALLOC_F_LEN
+ default 0x400
+
+config ROCKCHIP_COMMON
+ bool "Support rk common fuction"
+
+source "board/evb_rk3036/evb_rk3036/Kconfig"
+
endif
OpenPOWER on IntegriCloud