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