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