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