]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/omap1510inn/u-boot.lds
Align end of bss by 4 bytes
[karo-tx-uboot.git] / board / omap1510inn / u-boot.lds
index e0c7920df36fd306b7aeebcbde7ceaf889230e41..1c70fcdf32c3738394ffd5bccc8a5aa1927ec96b 100644 (file)
@@ -52,6 +52,6 @@ SECTIONS
 
        . = ALIGN(4);
        __bss_start = .;
-       .bss (NOLOAD) : { *(.bss) }
+       .bss (NOLOAD) : { *(.bss) . = ALIGN(4); }
        _end = .;
 }