diff options
| author | Tom Rini <[email protected]> | 2026-01-26 11:00:02 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-01-26 11:00:02 -0600 |
| commit | f4dfa5d3c2680322fd17fcc7c6221876e00a03c2 (patch) | |
| tree | 4f56e067e2aaf15c440a4685cd3ae2987119e477 | |
| parent | 380ddb473c6bdf87e66c0fb93e256d1e233c6f5b (diff) | |
Revert "arm: spl: Correct alignment of .rel.dyn section"
This reverts commit 380ddb473c6bdf87e66c0fb93e256d1e233c6f5b.
Signed-off-by: Tom Rini <[email protected]>
| -rw-r--r-- | arch/arm/cpu/u-boot-spl.lds | 6 |
1 files changed, 1 insertions, 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 = .; |
