diff options
author | Kasper Revsbech <krev@triax.com> | 2018-10-19 23:59:17 +0200 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2018-10-23 21:15:45 +0000 |
commit | f56607e66bdce71ec992c167633c7e7f0eb0482c (patch) | |
tree | 737e077587a7356ade0d48cf1ac80a935330b7d5 | |
parent | c82900b661420989856a969cd9edf27410b758eb (diff) | |
download | flashrom-f56607e66bdce71ec992c167633c7e7f0eb0482c.tar.gz flashrom-f56607e66bdce71ec992c167633c7e7f0eb0482c.tar.bz2 flashrom-f56607e66bdce71ec992c167633c7e7f0eb0482c.zip |
flashchips: Mark MX25L25635F as tested
As reported by Kasper Revsbech on 2018-10-19.
Change-Id: Icf05288c4e7e34af2e3f4b951457df695078847d
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/29202
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 4a6617687..8065283e0 100644 --- a/flashchips.c +++ b/flashchips.c @@ -8473,7 +8473,7 @@ const struct flashchip flashchips[] = { .page_size = 256, /* OTP: 512B total; enter 0xB1, exit 0xC1 */ .feature_bits = FEATURE_WRSR_WREN | FEATURE_OTP | FEATURE_4BA, - .tested = TEST_UNTESTED, + .tested = TEST_OK_PREW, .probe = probe_spi_rdid, .probe_timing = TIMING_ZERO, .block_erasers = |