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