diff options
| -rw-r--r-- | flashchips.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/flashchips.c b/flashchips.c index d7a1b9bb..7e7f47d7 100644 --- a/flashchips.c +++ b/flashchips.c @@ -428,7 +428,7 @@ const struct flashchip flashchips[] = {  		.total_size	= 1024,  		.page_size	= 64 * 1024, /* unused */  		.feature_bits	= FEATURE_ADDR_2AA | FEATURE_SHORT_RESET, -		.tested		= TEST_UNTESTED, +		.tested		= TEST_OK_PREW,  		.probe		= probe_jedec,  		.probe_timing	= TIMING_ZERO,  		.block_erasers	= | 
