From 072e3c553380fe03ee24c627904e281fe6cc9d92 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 f0fc541891a8..207925637f4a 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile @@ -150,6 +150,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 # Machine directory name. This list is sorted alphanumerically # by CONFIG_* macro name.