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