summaryrefslogtreecommitdiffstats
path: root/flashchips.c
diff options
context:
space:
mode:
authorNikolai Artemiev <nartemiev@google.com>2022-05-24 04:05:35 +1000
committerNico Huber <nico.h@gmx.de>2022-05-26 12:21:22 +0000
commit7f69387ce95ecbd503590a47418e543511d2ce9e (patch)
tree003d71f99bda1fed88b112feac5b2a39bc844fb1 /flashchips.c
parent40892b0c08fbc8029921e91511dd3f91fc956f90 (diff)
downloadflashrom-7f69387ce95ecbd503590a47418e543511d2ce9e.tar.gz
flashrom-7f69387ce95ecbd503590a47418e543511d2ce9e.tar.bz2
flashrom-7f69387ce95ecbd503590a47418e543511d2ce9e.zip
flashchips.c: add CMP bit entry to W25Q256.V
Add bit that was missed in `commit a850fd0a` BUG=b:182223106 BRANCH=none TEST=builds Change-Id: I1cb400f6b8542a9054875b8f2557db1cc06292e2 Signed-off-by: Nikolai Artemiev <nartemiev@google.com> Reviewed-on: https://review.coreboot.org/c/flashrom/+/64607 Reviewed-by: Nico Huber <nico.h@gmx.de> Reviewed-by: Edward O'Callaghan <quasisec@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'flashchips.c')
-rw-r--r--flashchips.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/flashchips.c b/flashchips.c
index d155b24e7..82bb5b50d 100644
--- a/flashchips.c
+++ b/flashchips.c
@@ -17534,6 +17534,7 @@ const struct flashchip flashchips[] = {
.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,
},