diff options
author | Angel Pons <th3fanbus@gmail.com> | 2018-09-30 20:26:06 +0200 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2018-10-03 11:55:37 +0000 |
commit | 3164a0cb28aa592f93d1a07ec11b01cc2039e87d (patch) | |
tree | cdc8818c97a7b5ec6a5176c8aee1b8dba07d83bf /flashchips.c | |
parent | 05127bf4a4a235bbd8f82d655334c4cf35651c24 (diff) | |
download | flashrom-3164a0cb28aa592f93d1a07ec11b01cc2039e87d.tar.gz flashrom-3164a0cb28aa592f93d1a07ec11b01cc2039e87d.tar.bz2 flashrom-3164a0cb28aa592f93d1a07ec11b01cc2039e87d.zip |
flashchips: Mark Winbond W25Q40BW as tested
As per `The_Raven Raven` on the mailing list.
The tested chip was `W25Q40.W`, but it was later renamed to `W25Q40BW`
when the `W25Q40EW` was added.
Change-Id: I624adef2c5b4dd83f0ce93d6069e315fc407db19
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/28824
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'flashchips.c')
-rw-r--r-- | flashchips.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flashchips.c b/flashchips.c index dcba4270b..f4b5e8d86 100644 --- a/flashchips.c +++ b/flashchips.c @@ -15351,7 +15351,7 @@ const struct flashchip flashchips[] = { .page_size = 256, /* OTP: 256B total; read 0x48; write 0x42, erase 0x44, read ID 0x4B */ .feature_bits = FEATURE_WRSR_WREN | FEATURE_OTP, - .tested = TEST_UNTESTED, + .tested = TEST_OK_PREW, .probe = probe_spi_rdid, .probe_timing = TIMING_ZERO, .block_erasers = |