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