]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/prodrive/p3p440/u-boot.lds
Align end of bss by 4 bytes
[karo-tx-uboot.git] / board / prodrive / p3p440 / u-boot.lds
index 0e6c878a4d197b525da04a1b5cf3d2919199d052..17cfde8f203d833a089447c2a4b54eb005ea256e 100644 (file)
@@ -137,6 +137,7 @@ SECTIONS
    *(.dynbss)
    *(.bss)
    *(COMMON)
+   . = ALIGN(4);
   }
   _end = . ;
   PROVIDE (end = .);