]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/idmr/u-boot.lds
Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections
[karo-tx-uboot.git] / board / idmr / u-boot.lds
index 69f31793adfa63d944857be14321e08504e821da..235ec42b547992a4d3f0638631010792cd7aafe1 100644 (file)
@@ -130,7 +130,7 @@ SECTIONS
   __init_end = .;
 
   __bss_start = .;
-  .bss       :
+  .bss (NOLOAD)       :
   {
    _sbss = .;
    *(.sbss) *(.scommon)