Revert "arm: spl: Correct alignment of .rel.dyn section"

This reverts commit 380ddb473c.

Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Tom Rini
2026-01-26 11:00:02 -06:00
parent 380ddb473c
commit f4dfa5d3c2

View 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 = .;