diff options
| -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 = .; |
