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