]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/amcc/walnut/u-boot.lds
Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections
[karo-tx-uboot.git] / board / amcc / walnut / u-boot.lds
index fa75ddecd426fce4fd7def62f34ffdbfb83a155b..c9a8af89440dd13df9c26c09b0aff885716bb79d 100644 (file)
@@ -126,7 +126,7 @@ SECTIONS
   __init_end = .;
 
   __bss_start = .;
-  .bss       :
+  .bss (NOLOAD)       :
   {
    *(.sbss) *(.scommon)
    *(.dynbss)