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