summaryrefslogtreecommitdiffstats
path: root/sst28sf040.c
diff options
context:
space:
mode:
authorOllie Lho <ollie@sis.com.tw>2004-03-27 00:18:15 +0000
committerOllie Lho <ollie@sis.com.tw>2004-03-27 00:18:15 +0000
commit8b8897a5fd6325ae4709e3066107c3e419cd7fd6 (patch)
tree43195dce8ff0bebae971ac8c2f80162eacc3de01 /sst28sf040.c
parent070647d114d767a3b31df2659fd351047d6eee61 (diff)
downloadflashrom-8b8897a5fd6325ae4709e3066107c3e419cd7fd6.tar.gz
flashrom-8b8897a5fd6325ae4709e3066107c3e419cd7fd6.tar.bz2
flashrom-8b8897a5fd6325ae4709e3066107c3e419cd7fd6.zip
Remove false alarm of erase/write, use verify '-v' if you are not sure about the integrity
Corresponding to flashrom svn r19 and coreboot v2 svn r1486.
Diffstat (limited to 'sst28sf040.c')
-rw-r--r--sst28sf040.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sst28sf040.c b/sst28sf040.c
index 7b487aa57..1853f156b 100644
--- a/sst28sf040.c
+++ b/sst28sf040.c
@@ -163,8 +163,7 @@ int write_28sf040(struct flashchip *flash, unsigned char *buf)
printf("%04d at address: 0x%08x", i, i * page_size);
write_sector_28sf040(bios, buf + i * page_size,
bios + i * page_size, page_size);
- printf
- ("\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b");
+ printf("\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b");
}
printf("\n");