]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/lantec/u-boot.lds
Align end of bss by 4 bytes
[karo-tx-uboot.git] / board / lantec / u-boot.lds
index 185a9f8cdabe30d47bbf28d01521969010e24204..6028c264006cf55c64ab7dd542b6ab11b71151e9 100644 (file)
@@ -134,6 +134,7 @@ SECTIONS
    *(.dynbss)
    *(.bss)
    *(COMMON)
+   . = ALIGN(4);
   }
   _end = . ;
   PROVIDE (end = .);