summaryrefslogtreecommitdiffstats
path: root/arch/arm/configs
diff options
context:
space:
mode:
authorWadim Egorov <w.egorov@phytec.de>2016-08-24 14:49:23 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2016-08-26 07:28:31 +0200
commitb9c57abc8c3ce61f17f6ca10811356e475541784 (patch)
tree74fd50891fb899d5260701ef86ffa4d430ceca5b /arch/arm/configs
parenteabab332838178044b98014b06d3195531eac95d (diff)
downloadbarebox-b9c57abc8c3ce61f17f6ca10811356e475541784.tar.gz
barebox-b9c57abc8c3ce61f17f6ca10811356e475541784.tar.xz
ARM: rockchip: Add basic RK3288 support
The RK3288 SoC is a low power, high performance processor for mobile phones, personal mobile internet devices and other digital multimedia applications. It has an integrated quad-core cortex-A17 with separate NEON coprocessor. Prepare mach-rockchip infrastructure for Rockchip RK3288 support. Let's seperate the RK3188 and RK3288 SoCs. Later we will have two different configs. Signed-off-by: Wadim Egorov <w.egorov@phytec.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r--arch/arm/configs/rk3188_defconfig (renamed from arch/arm/configs/rockchip_defconfig)1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/rockchip_defconfig b/arch/arm/configs/rk3188_defconfig
index c9bf87491c..1b6d4ff22c 100644
--- a/arch/arm/configs/rockchip_defconfig
+++ b/arch/arm/configs/rk3188_defconfig
@@ -1,4 +1,5 @@
CONFIG_ARCH_ROCKCHIP=y
+CONFIG_ARCH_RK3188=y
CONFIG_CACHE_L2X0=y
CONFIG_MACH_RADXA_ROCK=y
CONFIG_THUMB2_BAREBOX=y