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