summaryrefslogtreecommitdiffstats
path: root/flashrom.c
diff options
context:
space:
mode:
Diffstat (limited to 'flashrom.c')
-rw-r--r--flashrom.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/flashrom.c b/flashrom.c
index 20532e8..2bb904e 100644
--- a/flashrom.c
+++ b/flashrom.c
@@ -820,11 +820,13 @@ int main(int argc, char *argv[])
// ////////////////////////////////////////////////////////////
if (write_it) {
+ printf("Writing flash chip... ");
if (!flash->write) {
fprintf(stderr, "Error: flashrom has no write function for this flash chip.\n");
return 1;
}
ret |= flash->write(flash, buf);
+ if (!ret) printf("COMPLETE.\n");
}
if (verify_it)
OpenPOWER on IntegriCloud