rockchip: Kconfig: move ROCKCHIP_BOOT_MODE_REG to soc Kconfig
authorKever Yang <kever.yang@rock-chips.com>
Tue, 9 Jul 2019 14:14:20 +0000 (22:14 +0800)
committerKever Yang <kever.yang@rock-chips.com>
Sat, 20 Jul 2019 15:59:44 +0000 (23:59 +0800)
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>
arch/arm/mach-rockchip/Kconfig
arch/arm/mach-rockchip/rk3036/Kconfig
arch/arm/mach-rockchip/rk3128/Kconfig
arch/arm/mach-rockchip/rk3188/Kconfig
arch/arm/mach-rockchip/rk322x/Kconfig
arch/arm/mach-rockchip/rk3288/Kconfig
arch/arm/mach-rockchip/rk3328/Kconfig
arch/arm/mach-rockchip/rk3368/Kconfig
arch/arm/mach-rockchip/rk3399/Kconfig
arch/arm/mach-rockchip/rv1108/Kconfig

index 52b83fc..85f88ce 100644 (file)
@@ -225,14 +225,6 @@ config TPL_ROCKCHIP_BACK_TO_BROM
 
 config ROCKCHIP_BOOT_MODE_REG
        hex "Rockchip boot mode flag register address"
-       default 0x200081c8 if ROCKCHIP_RK3036
-       default 0x20004040 if ROCKCHIP_RK3188
-       default 0x110005c8 if ROCKCHIP_RK322X
-       default 0xff730094 if ROCKCHIP_RK3288
-       default 0xff738200 if ROCKCHIP_RK3368
-       default 0xff320300 if ROCKCHIP_RK3399
-       default 0x10300580 if ROCKCHIP_RV1108
-       default 0
        help
          The Soc will enter to different boot mode(defined in asm/arch-rockchip/boot_mode.h)
          according to the value from this register.
index 0f6b5c4..51cd43b 100644 (file)
@@ -13,6 +13,9 @@ config TARGET_KYLIN_RK3036
 
 endchoice
 
+config ROCKCHIP_BOOT_MODE_REG
+       default 0x200081c8
+
 config SYS_SOC
        default "rk3036"
 
index a82b7dc..b867401 100644 (file)
@@ -13,6 +13,9 @@ config TARGET_EVB_RK3128
 
 endchoice
 
+config ROCKCHIP_BOOT_MODE_REG
+       default 0x100a0038
+
 config SYS_SOC
        default "rk3128"
 
index a6fc691..e24e68e 100644 (file)
@@ -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"
 
index cffb531..60e99a7 100644 (file)
@@ -5,6 +5,9 @@ config TARGET_EVB_RK3229
        bool "EVB_RK3229"
        select BOARD_LATE_INIT
 
+config ROCKCHIP_BOOT_MODE_REG
+       default 0x110005c8
+
 config SYS_SOC
        default "rk322x"
 
index 0dc5123..a03b36b 100644 (file)
@@ -139,6 +139,9 @@ config ROCKCHIP_FAST_SPL
          voltage. This option is only available on boards which support it
          and have the required PMIC code.
 
+config ROCKCHIP_BOOT_MODE_REG
+       default 0xff730094
+
 config SYS_SOC
        default "rk3288"
 
index 6c5c430..8ad7f56 100644 (file)
@@ -12,6 +12,9 @@ config TARGET_EVB_RK3328
 
 endchoice
 
+config ROCKCHIP_BOOT_MODE_REG
+       default 0xff1005c8
+
 config SYS_SOC
        default "rk3328"
 
index 31ef243..141d2f6 100644 (file)
@@ -42,6 +42,9 @@ config TARGET_EVB_PX5
          sensor STK3410.
 endchoice
 
+config ROCKCHIP_BOOT_MODE_REG
+       default 0xff738200
+
 config SYS_SOC
        default "rk3368"
 
index 231ba14..f582577 100644 (file)
@@ -64,6 +64,9 @@ config TARGET_CHROMEBOOK_BOB
 
 endchoice
 
+config ROCKCHIP_BOOT_MODE_REG
+       default 0xff320300
+
 config SYS_SOC
        default "rk3399"
 
index c5402ab..a12216d 100644 (file)
@@ -27,6 +27,9 @@ config TARGET_ELGIN_RV1108
 
 endchoice
 
+config ROCKCHIP_BOOT_MODE_REG
+       default 0x10300580
+
 config SYS_SOC
        default "rv1108"