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