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