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