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