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