]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - examples/mips.lds
Merge branch 'master' of git://git.denx.de/u-boot-arm
[karo-tx-uboot.git] / examples / mips.lds
index a7707287a2412f130643aae165dab7fc2a07011b..939e0e61c06956488c9a6c3afdcdcb1282dd1a36 100644 (file)
@@ -52,8 +52,8 @@ SECTIONS
 
        . = ALIGN(4);
        __bss_start = .;
-       .sbss  : { *(.sbss) }
-       .bss  : { *(.bss) }
+       .sbss (NOLOAD) : { *(.sbss) }
+       .bss (NOLOAD)  : { *(.bss) . = ALIGN(4); }
 
        _end = .;
 }