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