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