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