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