]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/evb4510/u-boot.lds
Align end of bss by 4 bytes
[karo-tx-uboot.git] / board / evb4510 / u-boot.lds
index b3c2bf95015ec27203ce173e16edff4d211180fc..a435466d4e3a7dfaa9db2804cf322b56e520b47a 100644 (file)
@@ -51,7 +51,7 @@ SECTIONS
 
        . = ALIGN(4);
        __bss_start = .;
-       .bss (NOLOAD) : { *(.bss) }
+       .bss (NOLOAD) : { *(.bss) . = ALIGN(4); }
        _end = .;
                                  /* Stabs debugging sections.    */
        .stab 0 : { *(.stab) }