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