From 6f14eadfac9ba0891965e50fc6b83166a78e6d78 Mon Sep 17 00:00:00 2001 From: Anastasia Klimchuk Date: Fri, 22 Sep 2023 19:22:30 +1000 Subject: [PATCH] flashchips: Mark Atmel AT29C010A chip as tested for write operation As reported on the mailing list in https://mail.coreboot.org/hyperkitty/list/flashrom@flashrom.org/thread/4BU4LPRIBXCPOFI6MUG2CHOU5YBLUNN7/ Change-Id: I267ed5583e8a9bad0b34b12d73ab2928d65144eb Signed-off-by: Anastasia Klimchuk Reviewed-on: https://review.coreboot.org/c/flashrom/+/78069 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- flashchips.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flashchips.c b/flashchips.c index db4bea653..db20cba91 100644 --- a/flashchips.c +++ b/flashchips.c @@ -2685,7 +2685,7 @@ const struct flashchip flashchips[] = { .total_size = 128, .page_size = 128, .feature_bits = FEATURE_LONG_RESET, - .tested = TEST_OK_PRE, + .tested = TEST_OK_PREW, .probe = PROBE_JEDEC, .probe_timing = 10000, /* 10mS, Enter=Exec */ .block_erasers =