]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/omap2420h4/u-boot.lds
Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections
[karo-tx-uboot.git] / board / omap2420h4 / u-boot.lds
index 1460adcdd802ba6c0cb965ca437b1242a2588e0e..aae716cb2d415f4bc7e756ae726047bd23fe1579 100644 (file)
@@ -54,6 +54,6 @@ SECTIONS
 
        . = ALIGN(4);
        __bss_start = .;
-       .bss : { *(.bss) }
+       .bss (NOLOAD) : { *(.bss) }
        _end = .;
 }