From e20b6973ecf122e3297e082cf52834a38ac0cf1d Mon Sep 17 00:00:00 2001 From: Tao Huang Date: Mon, 13 Apr 2020 19:02:02 +0800 Subject: [PATCH] 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 --- arch/arm/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm/Makefile b/arch/arm/Makefile index 1dc5bd6a0daa..f6e64b8de566 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile @@ -152,6 +152,9 @@ textofs-$(CONFIG_ARCH_MSM8X60) := 0x00208000 textofs-$(CONFIG_ARCH_MSM8960) := 0x00208000 textofs-$(CONFIG_ARCH_MESON) := 0x00208000 textofs-$(CONFIG_ARCH_AXXIA) := 0x00308000 +ifeq ($(CONFIG_ROCKCHIP_THUNDER_BOOT),y) +textofs-$(CONFIG_CPU_RV1126) := 0x00608000 +endif # Machine directory name. This list is sorted alphanumerically # by CONFIG_* macro name.