ppc4xx: Fix W7OLMG compile problems by adding missing LM75 defines
[platform/kernel/u-boot.git] / examples / mips.lds
index a770728..aceb6e9 100644 (file)
@@ -52,8 +52,8 @@ SECTIONS
 
        . = ALIGN(4);
        __bss_start = .;
-       .sbss  : { *(.sbss) }
-       .bss  : { *(.bss) }
+       .sbss (NOLOAD) : { *(.sbss) }
+       .bss (NOLOAD)  : { *(.bss) }
 
        _end = .;
 }