summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--flashchips.c4
-rw-r--r--flashchips.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/flashchips.c b/flashchips.c
index f8d336e8e..c6f95172a 100644
--- a/flashchips.c
+++ b/flashchips.c
@@ -5886,10 +5886,10 @@ const struct flashchip flashchips[] = {
{
.vendor = "GigaDevice",
- .name = "GD25LQ128",
+ .name = "GD25LQ128C/GD25LQ128D",
.bustype = BUS_SPI,
.manufacture_id = GIGADEVICE_ID,
- .model_id = GIGADEVICE_GD25LQ128,
+ .model_id = GIGADEVICE_GD25LQ128CD,
.total_size = 16384,
.page_size = 256,
/* OTP: 1024B total, 256B reserved; read 0x48; write 0x42, erase 0x44 */
diff --git a/flashchips.h b/flashchips.h
index 006b95e2a..7b8bf04ed 100644
--- a/flashchips.h
+++ b/flashchips.h
@@ -381,7 +381,7 @@
#define GIGADEVICE_GD25LQ16 0x6015
#define GIGADEVICE_GD25LQ32 0x6016
#define GIGADEVICE_GD25LQ64 0x6017 /* Same as GD25LQ64B (which is faster) */
-#define GIGADEVICE_GD25LQ128 0x6018
+#define GIGADEVICE_GD25LQ128CD 0x6018
#define GIGADEVICE_GD29GL064CAB 0x7E0601
#define HYUNDAI_ID 0xAD /* Hyundai */