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