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