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