diff options
author | Anastasia Klimchuk <aklm@chromium.org> | 2023-03-04 18:28:04 +1100 |
---|---|---|
committer | Thomas Heijligen <src@posteo.de> | 2023-03-06 12:43:51 +0000 |
commit | 921be8f9ce502ef0979e82163df98fe7c93afdee (patch) | |
tree | be5720c57c6744d8ab5f06500f041f3671562019 | |
parent | 002f1ee9daaca61d9fe4d6173820d54fcbaf2a4d (diff) | |
download | flashrom-921be8f9ce502ef0979e82163df98fe7c93afdee.tar.gz flashrom-921be8f9ce502ef0979e82163df98fe7c93afdee.tar.bz2 flashrom-921be8f9ce502ef0979e82163df98fe7c93afdee.zip |
flashchips: Mark AM29LV040B as write-tested
Reported by Alex Perez on the mailing list, write operation done
successfully with satasii programmer.
https://mail.coreboot.org/hyperkitty/list/flashrom@flashrom.org/thread/67OX4CSBGWAGMNGEOATBJGFJCKFD64SU/
Change-Id: I8a42f8214b09c455a10a1f1e9e69feaeca2c62a1
Signed-off-by: Anastasia Klimchuk <aklm@chromium.org>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/73429
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Thomas Heijligen <src@posteo.de>
-rw-r--r-- | flashchips.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flashchips.c b/flashchips.c index 4c778ec1..6764c339 100644 --- a/flashchips.c +++ b/flashchips.c @@ -572,7 +572,7 @@ const struct flashchip flashchips[] = { .total_size = 512, .page_size = 64 * 1024, .feature_bits = FEATURE_ADDR_2AA | FEATURE_SHORT_RESET, - .tested = TEST_OK_PRE, + .tested = TEST_OK_PREW, .probe = PROBE_JEDEC, .probe_timing = TIMING_ZERO, .block_erasers = |