From baa784a2af2f18824dffc951a8ca9d5fb0004907 Mon Sep 17 00:00:00 2001 From: Tao Huang Date: Thu, 24 May 2018 15:31:57 +0800 Subject: [PATCH] ARM: rockchip: Locate kernel add 0x00058000 if CPU_RK3308 128+64KB at the beginning of RAM reserved for ATF. 128KB for pstore. Change-Id: I1306daec44c65258ff6668f6760be4981d7ca932 Signed-off-by: Tao Huang --- arch/arm/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/Makefile b/arch/arm/Makefile index 7a313f4a0006..27c43d05eab8 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile @@ -152,6 +152,7 @@ textofs-$(CONFIG_ARCH_MSM8X60) := 0x00208000 textofs-$(CONFIG_ARCH_MSM8960) := 0x00208000 textofs-$(CONFIG_ARCH_MESON) := 0x00208000 textofs-$(CONFIG_ARCH_AXXIA) := 0x00308000 +textofs-$(CONFIG_CPU_RK3308) := 0x00058000 ifeq ($(CONFIG_ROCKCHIP_THUNDER_BOOT),y) textofs-$(CONFIG_CPU_RV1106) := 0x00208000 textofs-$(CONFIG_CPU_RV1126) := 0x00608000