]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/imx31_phycore/u-boot.lds
Align end of bss by 4 bytes
[karo-tx-uboot.git] / board / imx31_phycore / u-boot.lds
index 1460adcdd802ba6c0cb965ca437b1242a2588e0e..9285bd5740eec697c95f08c696ca8cbbcb8166a4 100644 (file)
@@ -54,6 +54,6 @@ SECTIONS
 
        . = ALIGN(4);
        __bss_start = .;
-       .bss : { *(.bss) }
+       .bss : { *(.bss) . = ALIGN(4); }
        _end = .;
 }