Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections
[kernel/u-boot.git] / board / csb637 / u-boot.lds
index 76df6b2..3b79776 100644 (file)
@@ -51,6 +51,6 @@ SECTIONS
 
        . = ALIGN(4);
        __bss_start = .;
-       .bss : { *(.bss) }
+       .bss (NOLOAD) : { *(.bss) }
        _end = .;
 }