diff options
Diffstat (limited to 'util/flashrom/w39v080fa.c')
-rw-r--r-- | util/flashrom/w39v080fa.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util/flashrom/w39v080fa.c b/util/flashrom/w39v080fa.c index 8547fb3bc6..2756859af6 100644 --- a/util/flashrom/w39v080fa.c +++ b/util/flashrom/w39v080fa.c @@ -168,6 +168,8 @@ int erase_winbond_fwhub(struct flashchip *flash) int i, total_size = flash->total_size * 1024; volatile uint8_t *bios = flash->virtual_memory; + unlock_winbond_fwhub(flash); + printf("Erasing: "); for (i = 0; i < total_size; i += flash->page_size) |