diff options
Diffstat (limited to 'util/flashrom/w49f002u.c')
-rw-r--r-- | util/flashrom/w49f002u.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/flashrom/w49f002u.c b/util/flashrom/w49f002u.c index 246bae51b1..b7fca6b73a 100644 --- a/util/flashrom/w49f002u.c +++ b/util/flashrom/w49f002u.c @@ -30,7 +30,7 @@ int write_49f002(struct flashchip *flash, uint8_t *buf) erase_chip_jedec(flash); - printf("Programming Page: "); + printf("Programming page: "); for (i = 0; i < total_size / page_size; i++) { /* write to the sector */ printf("%04d at address: 0x%08x ", i, i * page_size); |