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