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