rockchip: correct ARCH_SOC name
authorKever Yang <kever.yang@rock-chips.com>
Thu, 28 Mar 2019 03:01:24 +0000 (11:01 +0800)
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Tue, 30 Apr 2019 22:00:05 +0000 (00:00 +0200)
The ARCH_SOC name default as 'rockchip' and we put all the
header file in 'arch/arm/include/asm/arch-rockchip/', but
the 'rockchip' is not the SOC name, let's correct it after
we update all the source file.

Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Reviewed-by: Philipp Tomsiich <philipp.tomsich@theobroma-systems.com>
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 c63db34..5e04d20 100644 (file)
@@ -9,7 +9,7 @@ config TARGET_KYLIN_RK3036
        select BOARD_LATE_INIT
 
 config SYS_SOC
-       default "rockchip"
+       default "rk3036"
 
 config SYS_MALLOC_F_LEN
        default 0x400
index 40655a2..a82b7dc 100644 (file)
@@ -14,7 +14,7 @@ config TARGET_EVB_RK3128
 endchoice
 
 config SYS_SOC
-       default "rockchip"
+       default "rk3128"
 
 config SYS_MALLOC_F_LEN
        default 0x0800
index 2bb3566..a6fc691 100644 (file)
@@ -10,7 +10,7 @@ config TARGET_ROCK
          UART and GPIOs.
 
 config SYS_SOC
-       default "rockchip"
+       default "rk3188"
 
 config SYS_MALLOC_F_LEN
        default 0x0800
index dc8071e..8a1f95f 100644 (file)
@@ -5,7 +5,7 @@ config TARGET_EVB_RK3229
        select BOARD_LATE_INIT
 
 config SYS_SOC
-       default "rockchip"
+       default "rk322x"
 
 config SYS_MALLOC_F_LEN
        default 0x400
index bce8023..50680ce 100644 (file)
@@ -148,7 +148,7 @@ config ROCKCHIP_FAST_SPL
          and have the required PMIC code.
 
 config SYS_SOC
-       default "rockchip"
+       default "rk3288"
 
 config SYS_MALLOC_F_LEN
        default 0x0800
index 43afba2..6c5c430 100644 (file)
@@ -13,7 +13,7 @@ config TARGET_EVB_RK3328
 endchoice
 
 config SYS_SOC
-       default "rockchip"
+       default "rk3328"
 
 config SYS_MALLOC_F_LEN
        default 0x0800
index 7c9b722..325572a 100644 (file)
@@ -43,7 +43,7 @@ config TARGET_EVB_PX5
 endchoice
 
 config SYS_SOC
-       default "rockchip"
+       default "rk3368"
 
 source "board/theobroma-systems/lion_rk3368/Kconfig"
 source "board/rockchip/sheep_rk3368/Kconfig"
index 2408adb..2c5c93c 100644 (file)
@@ -65,7 +65,7 @@ config TARGET_CHROMEBOOK_BOB
 endchoice
 
 config SYS_SOC
-       default "rockchip"
+       default "rk3399"
 
 config SYS_MALLOC_F_LEN
        default 0x0800
index 8883aea..e3a63b8 100644 (file)
@@ -23,7 +23,7 @@ config TARGET_ELGIN_RV1108
          RV1108 ELGIN is a board based on the Rockchip RV1108.
 
 config SYS_SOC
-       default "rockchip"
+       default "rv1108"
 
 config SYS_MALLOC_F_LEN
        default 0x400