]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/amcc/ebony/u-boot.lds
Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections
[karo-tx-uboot.git] / board / amcc / ebony / u-boot.lds
index e32b030692468c56b1baa49bed23adc139ee2e02..3a6389c6a9430d21184f4857042d17c47f575045 100644 (file)
@@ -132,7 +132,7 @@ SECTIONS
   __init_end = .;
 
   __bss_start = .;
-  .bss       :
+  .bss (NOLOAD)       :
   {
    *(.sbss) *(.scommon)
    *(.dynbss)