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