From f287f1572bfd4f9f8780993c7f89c0a9b299c9ed Mon Sep 17 00:00:00 2001 From: Nikolai Artemiev Date: Fri, 17 Jun 2022 15:10:18 +1000 Subject: 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 Reviewed-on: https://review.coreboot.org/c/flashrom/+/65191 Reviewed-by: Angel Pons Reviewed-by: Anastasia Klimchuk Tested-by: build bot (Jenkins) Reviewed-by: Thomas Heijligen --- flashchips.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flashchips.c') 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, -- cgit v1.2.3