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