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