diff --git a/flashchips.c b/flashchips.c index 47a37ee3b..41e4c42c2 100644 --- a/flashchips.c +++ b/flashchips.c @@ -6335,7 +6335,7 @@ const struct flashchip flashchips[] = { .page_size = 256, /* OTP: 1024B total, 256B reserved; read 0x48; write 0x42, erase 0x44 */ .feature_bits = FEATURE_WRSR_WREN | FEATURE_OTP | FEATURE_WRSR_EXT2, - .tested = TEST_OK_PREW, + .tested = TEST_OK_PREWB, .probe = probe_spi_rdid, .probe_timing = TIMING_ZERO, .block_erasers = @@ -6501,7 +6501,7 @@ const struct flashchip flashchips[] = { .page_size = 256, /* OTP: 1024B total, 256B reserved; read 0x48; write 0x42, erase 0x44 */ .feature_bits = FEATURE_WRSR_WREN | FEATURE_OTP | FEATURE_WRSR_EXT2, - .tested = TEST_OK_PREW, + .tested = TEST_OK_PREWB, .probe = probe_spi_rdid, .probe_timing = TIMING_ZERO, .block_erasers = @@ -6628,7 +6628,7 @@ const struct flashchip flashchips[] = { /* OTP: 1536B total; read 0x48; write 0x42, erase 0x44 */ /* QPI: enable 0x38, disable 0xFF */ .feature_bits = FEATURE_WRSR_WREN | FEATURE_OTP | FEATURE_QPI | FEATURE_WRSR2, - .tested = TEST_OK_PREW, + .tested = TEST_OK_PREWB, .probe = probe_spi_rdid, .probe_timing = TIMING_ZERO, .block_erasers = @@ -6755,7 +6755,7 @@ const struct flashchip flashchips[] = { .page_size = 256, .feature_bits = FEATURE_WRSR_WREN | FEATURE_OTP | FEATURE_4BA_WREN | FEATURE_WRSR_EXT2 | FEATURE_WRSR2 | FEATURE_WRSR3, - .tested = TEST_OK_PREW, + .tested = TEST_OK_PREWB, .probe = probe_spi_rdid, .probe_timing = TIMING_ZERO, .block_erasers = @@ -6811,7 +6811,7 @@ const struct flashchip flashchips[] = { .page_size = 256, /* OTP: 1024B total, 256B reserved; read 0x48; write 0x42, erase 0x44 */ .feature_bits = FEATURE_WRSR_WREN | FEATURE_OTP | FEATURE_WRSR2, - .tested = TEST_OK_PREW, + .tested = TEST_OK_PREWB, .probe = probe_spi_rdid, .probe_timing = TIMING_ZERO, .block_erasers = @@ -6933,7 +6933,7 @@ const struct flashchip flashchips[] = { .page_size = 256, /* OTP: 1024B total, 256B reserved; read 0x48; write 0x42, erase 0x44 */ .feature_bits = FEATURE_WRSR_WREN | FEATURE_OTP | FEATURE_WRSR2, - .tested = TEST_OK_PREW, + .tested = TEST_OK_PREWB, .probe = probe_spi_rdid, .probe_timing = TIMING_ZERO, .block_erasers = @@ -17359,7 +17359,7 @@ const struct flashchip flashchips[] = { .total_size = 16384, .page_size = 256, .feature_bits = FEATURE_WRSR_WREN | FEATURE_OTP | FEATURE_QPI | FEATURE_WRSR2, - .tested = TEST_OK_PREW, + .tested = TEST_OK_PREWB, .probe = probe_spi_rdid, .probe_timing = TIMING_ZERO, .block_erasers = @@ -18202,7 +18202,7 @@ const struct flashchip flashchips[] = { /* supports SFDP */ /* OTP: 1024B total, 256B reserved; read 0x48; write 0x42, erase 0x44, read ID 0x4B */ .feature_bits = FEATURE_WRSR_WREN | FEATURE_OTP | FEATURE_WRSR2, - .tested = TEST_OK_PREW, + .tested = TEST_OK_PREWB, .probe = probe_spi_rdid, .probe_timing = TIMING_ZERO, .block_erasers = @@ -18344,7 +18344,7 @@ const struct flashchip flashchips[] = { /* OTP: 256B total; read 0x48; write 0x42, erase 0x44, read ID 0x4B */ /* QPI enable 0x38, disable 0xFF */ .feature_bits = FEATURE_WRSR_WREN | FEATURE_OTP | FEATURE_QPI | FEATURE_WRSR2, - .tested = TEST_OK_PREW, + .tested = TEST_OK_PREWB, .probe = probe_spi_rdid, .probe_timing = TIMING_ZERO, .block_erasers =