]> git.sur5r.net Git - u-boot/blobdiff - examples/mips.lds
Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T
[u-boot] / 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 = .;
 }