summaryrefslogtreecommitdiffstats
path: root/flashchips.c
diff options
context:
space:
mode:
authorNikolai Artemiev <nartemiev@google.com>2022-06-17 15:10:18 +1000
committerAnastasia Klimchuk <aklm@chromium.org>2022-07-05 04:24:50 +0000
commitf287f1572bfd4f9f8780993c7f89c0a9b299c9ed (patch)
tree07bac792e1898e050e1ecaf4e3c76b46f73a6f0d /flashchips.c
parent1cea47eac2f1225a42467a91b239ea09fe3dd3e7 (diff)
downloadflashrom-f287f1572bfd4f9f8780993c7f89c0a9b299c9ed.tar.gz
flashrom-f287f1572bfd4f9f8780993c7f89c0a9b299c9ed.tar.bz2
flashrom-f287f1572bfd4f9f8780993c7f89c0a9b299c9ed.zip
flashchips.c: change GD25Q256D to "GD25Q256D/GD25Q256E"
Extend "D" chip entry to include newer "E" parts. BUG=b:234054642 BRANCH=none TEST=builds Change-Id: I6b398d417da9289cc1d6a191fb20e3f937addb21 Signed-off-by: Nikolai Artemiev <nartemiev@google.com> Reviewed-on: https://review.coreboot.org/c/flashrom/+/65191 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Anastasia Klimchuk <aklm@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Thomas Heijligen <src@posteo.de>
Diffstat (limited to 'flashchips.c')
-rw-r--r--flashchips.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/flashchips.c b/flashchips.c
index d93f8d849..5fa0d14ed 100644
--- a/flashchips.c
+++ b/flashchips.c
@@ -6747,7 +6747,7 @@ const struct flashchip flashchips[] = {
{
.vendor = "GigaDevice",
- .name = "GD25Q256D",
+ .name = "GD25Q256D/GD25Q256E",
.bustype = BUS_SPI,
.manufacture_id = GIGADEVICE_ID,
.model_id = GIGADEVICE_GD25Q256D,