]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - cpu/mpc83xx/u-boot.lds
Align end of bss by 4 bytes
[karo-tx-uboot.git] / cpu / mpc83xx / u-boot.lds
index 99ad6759d8aee458cf9fcb072a3831d3f81fc7b5..3a08f642a7d3b43758cb2c3785e7aa7dc0b3beac 100644 (file)
@@ -116,6 +116,7 @@ SECTIONS
    *(.dynbss)
    *(.bss)
    *(COMMON)
+   . = ALIGN(4);
   }
   _end = . ;
   PROVIDE (end = .);