From 5a4abf6a3cbc546a3c4cae70c9ca4ba3296ef571 Mon Sep 17 00:00:00 2001 From: Vincent Fazio Date: Wed, 27 Aug 2025 14:39:33 -0500 Subject: [PATCH] flashchips: Mark MT25QL02G as tested for PREW Tested via linux_spi [0]. [0]: https://paste.flashrom.org/view.php?id=3775 Change-Id: Ied3439b95104e37b7d22547ded883870eb2ab500 Tested-by: Jacob Zarnstorff Signed-off-by: Vincent Fazio Reviewed-on: https://review.coreboot.org/c/flashrom/+/88984 Tested-by: build bot (Jenkins) Reviewed-by: Anastasia Klimchuk --- flashchips/micron.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flashchips/micron.c b/flashchips/micron.c index e60d03b93..fc9582978 100644 --- a/flashchips/micron.c +++ b/flashchips/micron.c @@ -121,7 +121,7 @@ /* 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 =