diff options
author | Angel Pons <th3fanbus@gmail.com> | 2022-03-08 15:23:58 +0100 |
---|---|---|
committer | Anastasia Klimchuk <aklm@chromium.org> | 2022-07-05 04:30:44 +0000 |
commit | 0751700a03cf29eccb515b30bda76bcbb993b4ed (patch) | |
tree | 8e9dc2764446ecb733e0e1a003c5db1b67fbe34c | |
parent | f287f1572bfd4f9f8780993c7f89c0a9b299c9ed (diff) | |
download | flashrom-0751700a03cf29eccb515b30bda76bcbb993b4ed.tar.gz flashrom-0751700a03cf29eccb515b30bda76bcbb993b4ed.tar.bz2 flashrom-0751700a03cf29eccb515b30bda76bcbb993b4ed.zip |
flashchips.c: Mark MT25QU256 as tested
As reported by Charles Parent on the mailing list.
Change-Id: I9d8b0038673185103ba08c9797ff94f2f7639d6c
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/62664
Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-by: Thomas Heijligen <src@posteo.de>
Reviewed-by: Felix Singer <felixsinger@posteo.net>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r-- | flashchips.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flashchips.c b/flashchips.c index 5fa0d14e..47a37ee3 100644 --- a/flashchips.c +++ b/flashchips.c @@ -11818,7 +11818,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 = |