Angel Pons has uploaded this change for review.

View Change

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>
---
M flashchips.c
1 file changed, 1 insertion(+), 1 deletion(-)

git pull ssh://review.coreboot.org:29418/flashrom refs/changes/24/28824/1
diff --git a/flashchips.c b/flashchips.c
index aad8df6..fbb2b63 100644
--- a/flashchips.c
+++ b/flashchips.c
@@ -15485,7 +15485,7 @@
.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 =

To view, visit change 28824. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: flashrom
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I624adef2c5b4dd83f0ce93d6069e315fc407db19
Gerrit-Change-Number: 28824
Gerrit-PatchSet: 1
Gerrit-Owner: Angel Pons <th3fanbus@gmail.com>