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