summaryrefslogtreecommitdiffstats
path: root/en29lv640b.c
diff options
context:
space:
mode:
Diffstat (limited to 'en29lv640b.c')
-rw-r--r--en29lv640b.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/en29lv640b.c b/en29lv640b.c
index 5b019047e..6c0a565a8 100644
--- a/en29lv640b.c
+++ b/en29lv640b.c
@@ -48,6 +48,7 @@ int write_en29lv640b(struct flashctx *flash, const uint8_t *src, unsigned int st
#endif
dst += 2;
src += 2;
+ update_progress(flash, FLASHROM_PROGRESS_WRITE, i + 2, len);
}
/* FIXME: Ignore errors for now. */