Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections
[kernel/u-boot.git] / board / esd / cpci750 / u-boot.lds
index d89eb6c..0f9a157 100644 (file)
@@ -126,7 +126,7 @@ SECTIONS
   __init_end = .;
 
   __bss_start = .;
-  .bss       :
+  .bss (NOLOAD)       :
   {
    *(.sbss) *(.scommon)
    *(.dynbss)