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