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