]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/ms7750se/u-boot.lds
Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections
[karo-tx-uboot.git] / board / ms7750se / u-boot.lds
index 692bc62918e48f2ab0088697e1ea127d426e0f48..88b4f5c45face33a0bd64a500ffd9a41be244072 100644 (file)
@@ -94,7 +94,7 @@ SECTIONS
 
        PROVIDE (bss_start = .);
        PROVIDE (__bss_start = .);
-       .bss :
+       .bss (NOLOAD) :
        {
                *(.bss)
                . = ALIGN(4);