| Index: flashchips.c
|
| diff --git a/flashchips.c b/flashchips.c
|
| index 56db7474fa17e3400324eb3827c9ad2f6239c964..8e95dd1f780250d0602293f882bf593124a5ef21 100644
|
| --- a/flashchips.c
|
| +++ b/flashchips.c
|
| @@ -6913,7 +6913,7 @@ struct flashchip flashchips[] = {
|
| .model_id = W_25Q32,
|
| .total_size = 4096,
|
| .page_size = 256,
|
| - .tested = TEST_UNTESTED,
|
| + .tested = TEST_OK_PREW,
|
| .probe = probe_spi_rdid,
|
| .probe_timing = TIMING_ZERO,
|
| .block_erasers =
|
| @@ -6949,7 +6949,7 @@ struct flashchip flashchips[] = {
|
| .model_id = W_25Q64,
|
| .total_size = 8192,
|
| .page_size = 256,
|
| - .tested = TEST_OK_PRW,
|
| + .tested = TEST_OK_PREW,
|
| .probe = probe_spi_rdid,
|
| .probe_timing = TIMING_ZERO,
|
| .block_erasers =
|
| @@ -6985,7 +6985,7 @@ struct flashchip flashchips[] = {
|
| .model_id = W_25X10,
|
| .total_size = 128,
|
| .page_size = 256,
|
| - .tested = TEST_UNTESTED,
|
| + .tested = TEST_OK_PREW,
|
| .probe = probe_spi_rdid,
|
| .probe_timing = TIMING_ZERO,
|
| .block_erasers =
|
|
|