diff options
Diffstat (limited to 'flashchips.c')
| -rw-r--r-- | flashchips.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/flashchips.c b/flashchips.c index 31ade3fa..97f3cb5d 100644 --- a/flashchips.c +++ b/flashchips.c @@ -5798,7 +5798,7 @@ const struct flashchip flashchips[] = { .total_size = 256, .page_size = 4096, .feature_bits = FEATURE_EITHER_RESET, - .tested = TEST_OK_PRE, + .tested = TEST_OK_PREW, .probe = probe_jedec, .probe_timing = 1, /* 150 ns */ .block_erasers = @@ -6597,7 +6597,7 @@ const struct flashchip flashchips[] = { .model_id = ST_M25P80, .total_size = 1024, .page_size = 256, - .tested = TEST_OK_PR, + .tested = TEST_OK_PREW, .probe = probe_spi_rdid, .probe_timing = TIMING_ZERO, .block_erasers = |
