rockchip: correct ARCH_SOC name

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>
This commit is contained in:
Kever Yang
2019-03-28 11:01:24 +08:00
committed by Philipp Tomsich
parent 15f09a1a83
commit b1b449bf1f
9 changed files with 9 additions and 9 deletions

View 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

View File

@@ -14,7 +14,7 @@ config TARGET_EVB_RK3128
endchoice
config SYS_SOC
default "rockchip"
default "rk3128"
config SYS_MALLOC_F_LEN
default 0x0800

View 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

View 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

View 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

View File

@@ -13,7 +13,7 @@ config TARGET_EVB_RK3328
endchoice
config SYS_SOC
default "rockchip"
default "rk3328"
config SYS_MALLOC_F_LEN
default 0x0800

View 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"

View File

@@ -65,7 +65,7 @@ config TARGET_CHROMEBOOK_BOB
endchoice
config SYS_SOC
default "rockchip"
default "rk3399"
config SYS_MALLOC_F_LEN
default 0x0800

View 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