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