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