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