ARM: rockchip: Locate kernel at 0x00208000 if CPU_RK3528

Signed-off-by: Sandy Huang <hjc@rock-chips.com>
Change-Id: I2865593b9bc2540befaa3eba87d5d045394ab9c1
This commit is contained in:
Sandy Huang
2022-11-02 09:59:41 +08:00
committed by Tao Huang
parent 00b67286e8
commit 10818e863c

View File

@ -158,6 +158,7 @@ textofs-$(CONFIG_ARCH_MSM8960) := 0x00208000
textofs-$(CONFIG_ARCH_MESON) := 0x00208000
textofs-$(CONFIG_ARCH_AXXIA) := 0x00308000
textofs-$(CONFIG_CPU_RK3308) := 0x00058000
textofs-$(CONFIG_CPU_RK3528) := 0x00208000
textofs-$(CONFIG_CPU_PX30) := 0x00208000
ifeq ($(CONFIG_ROCKCHIP_THUNDER_BOOT),y)
textofs-$(CONFIG_CPU_RV1126) := 0x00608000