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