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