diff options
author | Angel Pons <th3fanbus@gmail.com> | 2018-09-30 19:32:30 +0200 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2018-10-03 11:50:35 +0000 |
commit | 3130cbd89b14bf29da32a9c151a4a633fb023e54 (patch) | |
tree | d8862d6adc354b5a5f64f164082ea089b19f8d4b | |
parent | 09dddd83bbc3ffcadee55f5e5c34046505b25611 (diff) | |
download | flashrom-3130cbd89b14bf29da32a9c151a4a633fb023e54.tar.gz flashrom-3130cbd89b14bf29da32a9c151a4a633fb023e54.tar.bz2 flashrom-3130cbd89b14bf29da32a9c151a4a633fb023e54.zip |
flashchips: Mark Winbond W25Q256.V as tested
As per Richard Hughes via the mailing list.
Change-Id: Ic562a65d1a7d394f9d2c3980833d10a87bd9358a
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/28816
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 3d0d898b..7a19054f 100644 --- a/flashchips.c +++ b/flashchips.c @@ -15273,7 +15273,7 @@ const struct flashchip flashchips[] = { /* FOUR_BYTE_ADDR: supports 4-bytes addressing mode */ .feature_bits = FEATURE_WRSR_WREN | FEATURE_OTP | FEATURE_4BA_ENTER_WREN | FEATURE_4BA_EXT_ADDR | FEATURE_4BA_READ | FEATURE_4BA_FAST_READ, - .tested = TEST_UNTESTED, + .tested = TEST_OK_PREW, .probe = probe_spi_rdid, .probe_timing = TIMING_ZERO, .block_erasers = |