Edward O'Callaghan has uploaded this change for review. ( https://review.coreboot.org/c/flashrom/+/55742 )
Change subject: flashchips.c: Add 'GD25LQ128E' to match C and D variants ......................................................................
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 --- M flashchips.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/42/55742/1
diff --git a/flashchips.c b/flashchips.c index 6310c12..83f0f55 100644 --- a/flashchips.c +++ b/flashchips.c @@ -6310,7 +6310,7 @@
{ .vendor = "GigaDevice", - .name = "GD25LQ128C/GD25LQ128D", + .name = "GD25LQ128C/GD25LQ128D/GD25LQ128E", .bustype = BUS_SPI, .manufacture_id = GIGADEVICE_ID, .model_id = GIGADEVICE_GD25LQ128CD,