1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-04-27 15:12:36 +02:00

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>
This commit is contained in:
Nikolai Artemiev 2022-06-17 15:10:18 +10:00 committed by Anastasia Klimchuk
parent 1cea47eac2
commit f287f1572b

View File

@ -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,