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