From 476dcb6b436264e5d20d908d5e28418edde6f6f2 Mon Sep 17 00:00:00 2001 From: Kever Yang Date: Tue, 9 Jul 2019 22:14:20 +0800 Subject: 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 --- arch/arm/mach-rockchip/rk3328/Kconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'arch/arm/mach-rockchip/rk3328/Kconfig') diff --git a/arch/arm/mach-rockchip/rk3328/Kconfig b/arch/arm/mach-rockchip/rk3328/Kconfig index 6c5c4303a3..8ad7f56cbf 100644 --- a/arch/arm/mach-rockchip/rk3328/Kconfig +++ b/arch/arm/mach-rockchip/rk3328/Kconfig @@ -12,6 +12,9 @@ config TARGET_EVB_RK3328 endchoice +config ROCKCHIP_BOOT_MODE_REG + default 0xff1005c8 + config SYS_SOC default "rk3328" -- cgit