diff options
| -rw-r--r-- | flashchips.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/flashchips.c b/flashchips.c index aa5d9bf1..e5f78aae 100644 --- a/flashchips.c +++ b/flashchips.c @@ -8572,7 +8572,7 @@ const struct flashchip flashchips[] = {  		.page_size	= 256,  		/* OTP: 512B total; enter 0xB1, exit 0xC1 */  		.feature_bits	= FEATURE_WRSR_WREN | FEATURE_OTP | FEATURE_QPI, -		.tested		= TEST_UNTESTED, +		.tested		= TEST_OK_PREW,  		.probe		= probe_spi_rdid,  		.probe_timing	= TIMING_ZERO,  		.block_erasers	=  | 
