summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdward O'Callaghan <quasisec@google.com>2021-06-22 11:16:55 +1000
committerEdward O'Callaghan <quasisec@chromium.org>2021-08-24 00:37:46 +0000
commit8ddb8ed568f58d388cb5449074a3a191c3b8027c (patch)
tree0035559615a8cb8d573bb4f06a1992880cc46df1
parented43237cfa71d4867eaf966ec1fcef79778595fb (diff)
downloadflashrom-8ddb8ed568f58d388cb5449074a3a191c3b8027c.tar.gz
flashrom-8ddb8ed568f58d388cb5449074a3a191c3b8027c.tar.bz2
flashrom-8ddb8ed568f58d388cb5449074a3a191c3b8027c.zip
flashchips.c: Add 'GD25LQ128E' to match C and D variants
As defined by gigadevice. C, D and E are all meant to be the same. BUG=b:185957191 BRANCH=none TEST=builds Change-Id: I3bef9386a185a0e8c54c125af5509b63540995aa Signed-off-by: Edward O'Callaghan <quasisec@google.com> Reviewed-on: https://review.coreboot.org/c/flashrom/+/55742 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nikolai Artemiev <nartemiev@google.com> Reviewed-by: Anastasia Klimchuk <aklm@chromium.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
-rw-r--r--flashchips.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/flashchips.c b/flashchips.c
index 8cd3dfd69..6a78a9af4 100644
--- a/flashchips.c
+++ b/flashchips.c
@@ -6310,7 +6310,7 @@ const struct flashchip flashchips[] = {
{
.vendor = "GigaDevice",
- .name = "GD25LQ128C/GD25LQ128D",
+ .name = "GD25LQ128C/GD25LQ128D/GD25LQ128E",
.bustype = BUS_SPI,
.manufacture_id = GIGADEVICE_ID,
.model_id = GIGADEVICE_GD25LQ128CD,