summaryrefslogtreecommitdiff
path: root/sst28sf040.c
diff options
context:
space:
mode:
authorollie <ollie@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2004-03-27 00:18:15 +0000
committerollie <ollie@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2004-03-27 00:18:15 +0000
commite27bac23c97c209cfca5527932d445e152877891 (patch)
tree43195dce8ff0bebae971ac8c2f80162eacc3de01 /sst28sf040.c
parentcf3724e3a146719e07e94149f6af5a927910f61f (diff)
downloadflashrom-e27bac23c97c209cfca5527932d445e152877891.tar.gz
Original v2 revision: 1486
removed false alarm of erase/write, use verify '-v' if you are not sure about the integrity git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@19 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
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 7b487aa..1853f15 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");