From 8ddb8ed568f58d388cb5449074a3a191c3b8027c Mon Sep 17 00:00:00 2001 From: Edward O'Callaghan Date: Tue, 22 Jun 2021 11:16:55 +1000 Subject: 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 Reviewed-on: https://review.coreboot.org/c/flashrom/+/55742 Tested-by: build bot (Jenkins) Reviewed-by: Nikolai Artemiev Reviewed-by: Anastasia Klimchuk Reviewed-by: Angel Pons --- flashchips.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flashchips.c b/flashchips.c index 8cd3dfd6..6a78a9af 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, -- cgit v1.2.3