From f4dfa5d3c2680322fd17fcc7c6221876e00a03c2 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Mon, 26 Jan 2026 11:00:02 -0600 Subject: Revert "arm: spl: Correct alignment of .rel.dyn section" This reverts commit 380ddb473c6bdf87e66c0fb93e256d1e233c6f5b. Signed-off-by: Tom Rini --- arch/arm/cpu/u-boot-spl.lds | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/arch/arm/cpu/u-boot-spl.lds b/arch/arm/cpu/u-boot-spl.lds index b4e55e2bdc8..d780a506077 100644 --- a/arch/arm/cpu/u-boot-spl.lds +++ b/arch/arm/cpu/u-boot-spl.lds @@ -47,11 +47,7 @@ SECTIONS __image_copy_end = .; - /* - * if CONFIG_SPL_USE_ARCH_MEMSET is not selected __bss_end - __bss_start - * needs to be a multiple of 8 and we overlay .bss with .rel.dyn - */ - .rel.dyn ALIGN(8) : { + .rel.dyn : { __rel_dyn_start = .; *(.rel*) __rel_dyn_end = .; -- cgit v1.2.3