aboutsummaryrefslogtreecommitdiffstats
path: root/dediprog.c
diff options
context:
space:
mode:
Diffstat (limited to 'dediprog.c')
-rw-r--r--dediprog.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/dediprog.c b/dediprog.c
index 8a05a7c1..3bd61a08 100644
--- a/dediprog.c
+++ b/dediprog.c
@@ -658,6 +658,7 @@ static int dediprog_spi_bulk_write(struct flashctx *flash, const uint8_t *buf, u
msg_perr("SPI bulk write failed, expected %i, got %s!\n", 512, libusb_error_name(ret));
return 1;
}
+ update_progress(flash, FLASHROM_PROGRESS_WRITE, i + 1, count);
}
return 0;