Nikolai Artemiev has uploaded this change for review. ( https://review.coreboot.org/c/flashrom/+/64607 )
Change subject: flashchips.c: add CMP bit entry to W25Q256.V ......................................................................
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, },