diff options
author | Kever Yang <kever.yang@rock-chips.com> | 2019-03-28 11:01:24 +0800 |
---|---|---|
committer | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | 2019-05-01 00:00:05 +0200 |
commit | b1b449bf1f36584f87f33f642599d36d2fe8319b (patch) | |
tree | 09e86330f4e263085ae75b50f5de2b5b6da17500 /arch/arm/mach-rockchip/rk3036 | |
parent | 15f09a1a834b125ed4a6102eac96186da0641541 (diff) | |
download | u-boot-b1b449bf1f36584f87f33f642599d36d2fe8319b.tar.gz u-boot-b1b449bf1f36584f87f33f642599d36d2fe8319b.tar.xz u-boot-b1b449bf1f36584f87f33f642599d36d2fe8319b.zip |
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>
Diffstat (limited to 'arch/arm/mach-rockchip/rk3036')
-rw-r--r-- | arch/arm/mach-rockchip/rk3036/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-rockchip/rk3036/Kconfig b/arch/arm/mach-rockchip/rk3036/Kconfig index c63db343e2..5e04d20448 100644 --- a/arch/arm/mach-rockchip/rk3036/Kconfig +++ b/arch/arm/mach-rockchip/rk3036/Kconfig @@ -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 |