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