]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Revert "arm: spl: Correct alignment of .rel.dyn section"
authorTom Rini <trini@konsulko.com>
Mon, 26 Jan 2026 17:00:02 +0000 (11:00 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 26 Jan 2026 17:00:02 +0000 (11:00 -0600)
This reverts commit 380ddb473c6bdf87e66c0fb93e256d1e233c6f5b.

Signed-off-by: Tom Rini <trini@konsulko.com>
arch/arm/cpu/u-boot-spl.lds

index b4e55e2bdc8dbde75b1337e3924a7f5f3ba9cb23..d780a50607748309a6ac1b6cc2189bea2481545d 100644 (file)
@@ -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 = .;