]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/eric/u-boot.lds
Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections
[people/ms/u-boot.git] / board / eric / u-boot.lds
index de51b3f62e00f7631f71b2b2be000376eb602847..06f6524480caeaea766fcd509135f31b725d7dd9 100644 (file)
@@ -141,7 +141,7 @@ SECTIONS
   __init_end = .;
 
   __bss_start = .;
-  .bss       :
+  .bss (NOLOAD)       :
   {
    *(.sbss) *(.scommon)
    *(.dynbss)