summaryrefslogtreecommitdiff
path: root/arch/arm/mach-rockchip/rk3036/Kconfig
diff options
context:
space:
mode:
authorKever Yang <kever.yang@rock-chips.com>2019-07-09 17:14:20 +0300
committerKever Yang <kever.yang@rock-chips.com>2019-07-20 18:59:44 +0300
commit476dcb6b436264e5d20d908d5e28418edde6f6f2 (patch)
treee11c66f54149a559bcd2c8cdb4d061d52ff63f3d /arch/arm/mach-rockchip/rk3036/Kconfig
parentc83b5a2c5353cd610af3e2b71fd81675d03bd3ed (diff)
downloadu-boot-476dcb6b436264e5d20d908d5e28418edde6f6f2.tar.xz
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/rk3036/Kconfig')
-rw-r--r--arch/arm/mach-rockchip/rk3036/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-rockchip/rk3036/Kconfig b/arch/arm/mach-rockchip/rk3036/Kconfig
index 0f6b5c4629..51cd43b396 100644
--- a/arch/arm/mach-rockchip/rk3036/Kconfig
+++ b/arch/arm/mach-rockchip/rk3036/Kconfig
@@ -13,6 +13,9 @@ config TARGET_KYLIN_RK3036
endchoice
+config ROCKCHIP_BOOT_MODE_REG
+ default 0x200081c8
+
config SYS_SOC
default "rk3036"