Blackfin: punt unused BF533-STAMP definitions
[platform/kernel/u-boot.git] / examples / mips.lds
index a770728..939e0e6 100644 (file)
@@ -52,8 +52,8 @@ SECTIONS
 
        . = ALIGN(4);
        __bss_start = .;
-       .sbss  : { *(.sbss) }
-       .bss  : { *(.bss) }
+       .sbss (NOLOAD) : { *(.sbss) }
+       .bss (NOLOAD)  : { *(.bss) . = ALIGN(4); }
 
        _end = .;
 }