summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Buhrow <simon.buhrow@sieb-meyer.de>2021-02-15 13:16:57 +0100
committerNico Huber <nico.h@gmx.de>2021-06-10 13:25:35 +0000
commita6e4df66243691971ab7fc0915bf80b223aae6d0 (patch)
tree8d714eb32eebfad9479aa1f94f9500a7222602cc
parent7fd6592956029b106672b99dc6b5dd9141943972 (diff)
downloadflashrom-a6e4df66243691971ab7fc0915bf80b223aae6d0.tar.gz
flashrom-a6e4df66243691971ab7fc0915bf80b223aae6d0.tar.bz2
flashrom-a6e4df66243691971ab7fc0915bf80b223aae6d0.zip
flashchips.c: Mark MT25QL256 as tested
As mentioned in mail from Bernd.Stoeferle@elbitsystems-de.com on 22.12.2020. Change-Id: Ie49332333f49a40f7bd8f3b5e42a8e2ad6995618 Signed-off-by: Simon Buhrow <simon.buhrow@posteo.de> Reviewed-on: https://review.coreboot.org/c/flashrom/+/50720 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
-rw-r--r--flashchips.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/flashchips.c b/flashchips.c
index ef5ea5e2f..950f09b2a 100644
--- a/flashchips.c
+++ b/flashchips.c
@@ -11644,7 +11644,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 =