summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Buhrow <simon.buhrow@sieb-meyer.de>2021-09-29 09:28:07 +0200
committerNico Huber <nico.h@gmx.de>2021-10-01 11:36:21 +0000
commit51a9c38fcc13e6e55647da9b6e74f91fbec534d1 (patch)
treef834efafaf09e949c2172a268b26fef23db9e9cc
parentcaf6e0dcb2cdac644a73affad9d6fbb4d9d4891e (diff)
downloadflashrom-51a9c38fcc13e6e55647da9b6e74f91fbec534d1.tar.gz
flashrom-51a9c38fcc13e6e55647da9b6e74f91fbec534d1.tar.bz2
flashrom-51a9c38fcc13e6e55647da9b6e74f91fbec534d1.zip
flashchips.c: mark EN25F10 as TEST_OK_PREW
As reported by Wolf Dieter Brandt in his e-mail from 09.Aug.2021. Change-Id: I0c19f84780e7fa3699fd706f8e105fc5937ba8bf Signed-off-by: Simon Buhrow <simon.buhrow@posteo.de> Reviewed-on: https://review.coreboot.org/c/flashrom/+/58031 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 3187a497e..434c46d45 100644
--- a/flashchips.c
+++ b/flashchips.c
@@ -4433,7 +4433,7 @@ const struct flashchip flashchips[] = {
.total_size = 128,
.page_size = 256,
.feature_bits = FEATURE_WRSR_WREN,
- .tested = TEST_UNTESTED,
+ .tested = TEST_OK_PREW,
.probe = probe_spi_rdid,
.probe_timing = TIMING_ZERO,
.block_erasers =