]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/davinci/schmoogie/u-boot.lds
Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections
[karo-tx-uboot.git] / board / davinci / schmoogie / u-boot.lds
index 710b2a2d6e60df7b2ed55352a92a537654f4863e..a4fcd1a9bb4916f6755ee71cf24fcb3071347fdf 100644 (file)
@@ -47,6 +47,6 @@ SECTIONS
 
        . = ALIGN(4);
        __bss_start = .;
-       .bss : { *(.bss) }
+       .bss (NOLOAD) : { *(.bss) }
        _end = .;
 }