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