[PATCH 2/2] ARM: axxia: remove TEXT_OFFSET override hack

Ard Biesheuvel ardb at kernel.org
Mon Jan 11 05:30:20 EST 2021


Now that the decompressor will take memreserve entries into account when
placing the uncompressed kernel in memory on DT platforms, we no longer
have to override TEXT_OFFSET to stay clear of the memory reservation that
exists at the base of memory on these platforms.

Signed-off-by: Ard Biesheuvel <ardb at kernel.org>
---
 arch/arm/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/Makefile b/arch/arm/Makefile
index 4aaec9599e8a..c0496983198f 100644
--- a/arch/arm/Makefile
+++ b/arch/arm/Makefile
@@ -151,7 +151,6 @@ textofs-$(CONFIG_ARCH_IPQ40XX) := 0x00208000
 textofs-$(CONFIG_ARCH_MSM8X60) := 0x00208000
 textofs-$(CONFIG_ARCH_MSM8960) := 0x00208000
 textofs-$(CONFIG_ARCH_MESON) := 0x00208000
-textofs-$(CONFIG_ARCH_AXXIA) := 0x00308000
 
 # Machine directory name.  This list is sorted alphanumerically
 # by CONFIG_* macro name.
-- 
2.17.1




More information about the linux-arm-kernel mailing list