From 0751700a03cf29eccb515b30bda76bcbb993b4ed Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Tue, 8 Mar 2022 15:23:58 +0100 Subject: flashchips.c: Mark MT25QU256 as tested As reported by Charles Parent on the mailing list. Change-Id: I9d8b0038673185103ba08c9797ff94f2f7639d6c Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/flashrom/+/62664 Reviewed-by: Nico Huber Reviewed-by: Thomas Heijligen Reviewed-by: Felix Singer Tested-by: build bot (Jenkins) --- flashchips.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flashchips.c b/flashchips.c index 5fa0d14ed..47a37ee3b 100644 --- a/flashchips.c +++ b/flashchips.c @@ -11818,7 +11818,7 @@ const struct flashchip flashchips[] = { /* supports SFDP */ /* OTP: 64B total; read 0x4B, write 0x42 */ .feature_bits = FEATURE_WRSR_WREN | FEATURE_OTP | FEATURE_4BA_WREN, - .tested = TEST_UNTESTED, + .tested = TEST_OK_PREW, .probe = probe_spi_rdid, .probe_timing = TIMING_ZERO, .block_erasers = -- cgit v1.2.3