Nikolai Artemiev has uploaded this change for review.

View Change

flashchips.c: add CMP bit entry to W25Q256.V

Add bit that was missed in CB:62214.

BUG=b:182223106
BRANCH=none
TEST=builds

Change-Id: I1cb400f6b8542a9054875b8f2557db1cc06292e2
Signed-off-by: Nikolai Artemiev <nartemiev@google.com>
---
M flashchips.c
1 file changed, 1 insertion(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/flashrom refs/changes/07/64607/1
diff --git a/flashchips.c b/flashchips.c
index d155b24..82bb5b5 100644
--- a/flashchips.c
+++ b/flashchips.c
@@ -17534,6 +17534,7 @@
.srl = {STATUS2, 0, RW},
.bp = {{STATUS1, 2, RW}, {STATUS1, 3, RW}, {STATUS1, 4, RW}, {STATUS1, 5, RW}},
.tb = {STATUS1, 6, RW},
+ .cmp = {STATUS2, 6, RW},
},
.decode_range = decode_range_spi25,
},

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

Gerrit-Project: flashrom
Gerrit-Branch: master
Gerrit-Change-Id: I1cb400f6b8542a9054875b8f2557db1cc06292e2
Gerrit-Change-Number: 64607
Gerrit-PatchSet: 1
Gerrit-Owner: Nikolai Artemiev <nartemiev@google.com>
Gerrit-MessageType: newchange