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