]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/rmu/u-boot.lds
Align end of bss by 4 bytes
[karo-tx-uboot.git] / board / rmu / u-boot.lds
index 271ac766f6d2af48dd039e54d2105da26a756b18..55cb5eca3f9fefe2bd00f6257b84b5911534b1e5 100644 (file)
@@ -135,6 +135,7 @@ SECTIONS
    *(.dynbss)
    *(.bss)
    *(COMMON)
+   . = ALIGN(4);
   }
   _end = . ;
   PROVIDE (end = .);