]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/sbc8548/u-boot.lds
Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections
[karo-tx-uboot.git] / board / sbc8548 / u-boot.lds
index 4cd177e48435197b36b884c4c8f681b8bfcaff71..8e301d47a4379c9cd052ce40473cecb9036aa355 100644 (file)
@@ -137,7 +137,7 @@ SECTIONS
   __init_end = .;
 
   __bss_start = .;
-  .bss       :
+  .bss (NOLOAD)       :
   {
    *(.sbss) *(.scommon)
    *(.dynbss)