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