Anastasia Klimchuk submitted this change.
1 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
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 <aklm@flashrom.org>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/78069
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
---
M flashchips.c
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/flashchips.c b/flashchips.c
index db4bea6..db20cba 100644
--- a/flashchips.c
+++ b/flashchips.c
@@ -2685,7 +2685,7 @@
.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 =
To view, visit change 78069. To unsubscribe, or for help writing mail filters, visit settings.