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