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