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