]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/lib/elf_arm_efi.lds
efi_loader: helloworld.c: Reduce file size
[u-boot] / arch / arm / lib / elf_arm_efi.lds
index 59f66a1d4ab1dabfd62f28f6ce3714ea1e007b00..15c9c5c6722a4f3d9b13799affbc9e641be2be99 100644 (file)
@@ -55,16 +55,13 @@ SECTIONS
        .rel.data : { *(.rel.data) *(.rel.data*) }
        _data_size = . - _etext;
 
-       . = ALIGN(4096);
-       .dynsym   : { *(.dynsym) }
-       . = ALIGN(4096);
-       .dynstr   : { *(.dynstr) }
-       . = ALIGN(4096);
-       .note.gnu.build-id : { *(.note.gnu.build-id) }
        /DISCARD/ : {
                *(.rel.reloc)
                *(.eh_frame)
                *(.note.GNU-stack)
+               *(.dynsym)
+               *(.dynstr)
+               *(.note.gnu.build-id)
+               *(.comment)
        }
-       .comment 0 : { *(.comment) }
 }