diff options
Diffstat (limited to 'util/flashrom')
-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 2929f9b0d2..8736b44e36 100644 --- a/util/flashrom/flashchips.c +++ b/util/flashrom/flashchips.c @@ -1755,7 +1755,7 @@ struct flashchip flashchips[] = { .model_id = ST_M50FW080, .total_size = 1024, .page_size = 64 * 1024, - .tested = TEST_UNTESTED, + .tested = TEST_OK_PREW, .probe = probe_82802ab, .erase = erase_82802ab, .write = write_82802ab, |