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