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