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