diff options
| -rw-r--r-- | flashchips.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/flashchips.c b/flashchips.c index 45a392f4..4337fba1 100644 --- a/flashchips.c +++ b/flashchips.c @@ -10809,7 +10809,7 @@ const struct flashchip flashchips[] = {  		.total_size	= 256,  		.page_size	= 256,  		.feature_bits	= FEATURE_WRSR_WREN, -		.tested		= TEST_UNTESTED, +		.tested		= TEST_OK_PREW,  		.probe		= probe_spi_rdid,  		.probe_timing	= TIMING_ZERO,  		.block_erasers	=  | 
