ARM: rockchip: Locate kernel at 0x00608000 if CPU_RV1126

6M reserved when CONFIG_ROCKCHIP_THUNDER_BOOT=y.

Change-Id: Idd4bb302667e851f544b087af1ed7391b58d2075
Signed-off-by: Tao Huang <huangtao@rock-chips.com>
This commit is contained in:
Tao Huang
2020-04-13 19:02:02 +08:00
parent 2891b91c5b
commit 80afa9c25e

View File

@@ -159,6 +159,9 @@ textofs-$(CONFIG_ARCH_MESON) := 0x00208000
textofs-$(CONFIG_ARCH_AXXIA) := 0x00308000
textofs-$(CONFIG_CPU_RK3308) := 0x00058000
textofs-$(CONFIG_CPU_PX30) := 0x00208000
ifeq ($(CONFIG_ROCKCHIP_THUNDER_BOOT),y)
textofs-$(CONFIG_CPU_RV1126) := 0x00608000
endif
# Machine directory name. This list is sorted alphanumerically
# by CONFIG_* macro name.