mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
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:
@@ -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 = .;
|
||||
|
||||
Reference in New Issue
Block a user