]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/esd/cpci750/u-boot.lds
Align end of bss by 4 bytes
[karo-tx-uboot.git] / board / esd / cpci750 / u-boot.lds
index b6b37ef34f02117a69ee640faa954d898a2b5a07..ff2d8b7fe445a9f6cc33c06282402eb24b77a1be 100644 (file)
@@ -131,6 +131,7 @@ SECTIONS
    *(.dynbss)
    *(.bss)
    *(COMMON)
+   . = ALIGN(4);
   }
   _end = . ;
   PROVIDE (end = .);