aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-rockchip/rk3188
diff options
context:
space:
mode:
authorKever Yang2019-07-09 22:14:20 +0800
committerKever Yang2019-07-20 23:59:44 +0800
commit476dcb6b436264e5d20d908d5e28418edde6f6f2 (patch)
treee11c66f54149a559bcd2c8cdb4d061d52ff63f3d /arch/arm/mach-rockchip/rk3188
parentc83b5a2c5353cd610af3e2b71fd81675d03bd3ed (diff)
rockchip: Kconfig: move ROCKCHIP_BOOT_MODE_REG to soc Kconfig
Rockchip SoCs have different ROCKCHIP_BOOT_MODE_REG value, move it to SoC's own Kconfig, and add address for rk3128 and rk3328 so that all SoCs have available address. Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'arch/arm/mach-rockchip/rk3188')
-rw-r--r--arch/arm/mach-rockchip/rk3188/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-rockchip/rk3188/Kconfig b/arch/arm/mach-rockchip/rk3188/Kconfig
index a6fc691fb6c..e24e68ea518 100644
--- a/arch/arm/mach-rockchip/rk3188/Kconfig
+++ b/arch/arm/mach-rockchip/rk3188/Kconfig
@@ -9,6 +9,9 @@ config TARGET_ROCK
Expansion connectors provide access to display pins, I2C, SPI,
UART and GPIOs.
+config ROCKCHIP_BOOT_MODE_REG
+ default 0x20004040
+
config SYS_SOC
default "rk3188"