diff options
Diffstat (limited to 'at45db.c')
-rw-r--r-- | at45db.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -550,6 +550,7 @@ int spi_write_at45db(struct flashctx *flash, const uint8_t *buf, unsigned int st msg_cerr("Writing page %u failed!\n", i); return 1; } + update_progress(flash, FLASHROM_PROGRESS_WRITE, i + page_size, len); } return 0; } |