diff options
Diffstat (limited to 'util/flashrom/flashchips.c')
-rw-r--r-- | util/flashrom/flashchips.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/flashrom/flashchips.c b/util/flashrom/flashchips.c index 628d48d4b1..2929f9b0d2 100644 --- a/util/flashrom/flashchips.c +++ b/util/flashrom/flashchips.c @@ -1107,7 +1107,7 @@ struct flashchip flashchips[] = { .model_id = SST_25VF080B, .total_size = 1024, .page_size = 256, - .tested = TEST_UNTESTED, + .tested = TEST_OK_PROBE, .probe = probe_spi_rdid, .erase = spi_chip_erase_60_c7, .write = spi_chip_write, |