diff options
Diffstat (limited to 'util/flashrom/sst39sf020.c')
-rw-r--r-- | util/flashrom/sst39sf020.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/flashrom/sst39sf020.c b/util/flashrom/sst39sf020.c index 9c71659619..1277f10c24 100644 --- a/util/flashrom/sst39sf020.c +++ b/util/flashrom/sst39sf020.c @@ -52,7 +52,7 @@ int write_39sf020(struct flashchip *flash, uint8_t *buf) int i; int total_size = flash->total_size * 1024; int page_size = flash->page_size; - volatile uint8_t *bios = flash->virt_addr; + volatile uint8_t *bios = flash->virtual_memory; erase_chip_jedec(flash); |