Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections
[kernel/u-boot.git] / board / cogent / u-boot.lds
index 5ce2694..e617e90 100644 (file)
@@ -117,7 +117,7 @@ SECTIONS
   __init_end = .;
 
   __bss_start = .;
-  .bss       :
+  .bss (NOLOAD)       :
   {
    *(.sbss) *(.scommon)
    *(.dynbss)