]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/nc650/u-boot.lds
Align end of bss by 4 bytes
[karo-tx-uboot.git] / board / nc650 / u-boot.lds
index 09a442aeeb595176813d4330be1e4b1ba5e419dd..ca91ac451650bdc94a082ba2f73092a2d4de1a91 100644 (file)
@@ -122,6 +122,7 @@ SECTIONS
    *(.dynbss)
    *(.bss)
    *(COMMON)
+   . = ALIGN(4);
   }
   _end = . ;
   PROVIDE (end = .);