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