]> git.sur5r.net Git - u-boot/blobdiff - board/lubbock/u-boot.lds
cfi_flash: Support buffered writes on non-standard Spansion NOR flash
[u-boot] / board / lubbock / u-boot.lds
index f0102391b342fedb1fa7970324776aa828629a11..14d264a6861cdd98abb7d9f2cdc06730b86f0ae3 100644 (file)
@@ -51,6 +51,6 @@ SECTIONS
 
        . = ALIGN(4);
        __bss_start = .;
-       .bss : { *(.bss) }
+       .bss (NOLOAD) : { *(.bss) }
        _end = .;
 }