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