]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - cpu/mpc8260/u-boot.lds
Align end of bss by 4 bytes
[karo-tx-uboot.git] / cpu / mpc8260 / u-boot.lds
index 39f2ce9de47bf8c0916084cdbcc4abf07bbb33f9..d65a939872a05fa67010857d9d0eb952f368744f 100644 (file)
@@ -118,6 +118,7 @@ SECTIONS
    *(.dynbss)
    *(.bss)
    *(COMMON)
+   . = ALIGN(4);
   }
   _end = . ;
   PROVIDE (end = .);