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