diff options
author | Angel Pons <th3fanbus@gmail.com> | 2018-09-30 16:31:09 +0200 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2018-10-03 11:18:30 +0000 |
commit | 3ed5a3555a1aeccfa00a996686c3036068015bdd (patch) | |
tree | ad7e3b400bb6bd16806a0666b55bf85be4ed6b40 | |
parent | cabe3206abd8d0cf51d80c55fa1e6464faf46008 (diff) | |
download | flashrom-3ed5a3555a1aeccfa00a996686c3036068015bdd.tar.gz flashrom-3ed5a3555a1aeccfa00a996686c3036068015bdd.tar.bz2 flashrom-3ed5a3555a1aeccfa00a996686c3036068015bdd.zip |
flashchips: Mark Micron MT25QL512 as tested
As reported by `Yuta Teshima` on the mailing list.
Change-Id: I7325d42b43b71ab5fc2c7618e0577e4a7b31f01a
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/28808
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
-rw-r--r-- | flashchips.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flashchips.c b/flashchips.c index 2001d8c7..9085c7d4 100644 --- a/flashchips.c +++ b/flashchips.c @@ -10233,7 +10233,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 = { |