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