diff options
Diffstat (limited to 'util/flashrom/82802ab.c')
-rw-r--r-- | util/flashrom/82802ab.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/flashrom/82802ab.c b/util/flashrom/82802ab.c index 28e0d7af73..38a5ce295d 100644 --- a/util/flashrom/82802ab.c +++ b/util/flashrom/82802ab.c @@ -172,7 +172,7 @@ int write_82802ab(struct flashchip *flash, uint8_t *buf) printf("ERASE FAILED\n"); return -1; } - printf("Programming Page: "); + printf("Programming page: "); for (i = 0; i < total_size / page_size; i++) { printf("%04d at address: 0x%08x", i, i * page_size); write_page_82802ab(bios, buf + i * page_size, |