]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/csb637/u-boot.lds
Align end of bss by 4 bytes
[karo-tx-uboot.git] / board / csb637 / u-boot.lds
index 3b797767240ee8f95bf6f052d9da5795ef92e7e7..d0666ac73d6588611c50c36d75d1f5e2ac507b9b 100644 (file)
@@ -51,6 +51,6 @@ SECTIONS
 
        . = ALIGN(4);
        __bss_start = .;
-       .bss (NOLOAD) : { *(.bss) }
+       .bss (NOLOAD) : { *(.bss) . = ALIGN(4); }
        _end = .;
 }