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