summaryrefslogtreecommitdiffstats
path: root/flashchips.c
diff options
context:
space:
mode:
authorNico Huber <nico.h@gmx.de>2017-12-06 21:02:57 +0100
committerNico Huber <nico.h@gmx.de>2017-12-09 23:11:13 +0000
commitb007278fac68f6c6f4926df336fd59a78404bbb8 (patch)
treea4b219351b967333b4486a6fac71f03dfa1729cf /flashchips.c
parent97a90497a7d0df5076b4412c3e995a7e4a2ff8cc (diff)
downloadflashrom-b007278fac68f6c6f4926df336fd59a78404bbb8.tar.gz
flashrom-b007278fac68f6c6f4926df336fd59a78404bbb8.tar.bz2
flashrom-b007278fac68f6c6f4926df336fd59a78404bbb8.zip
flashchips: Add MX25L6473F
Just another chip sharing the same ID. Tested by somebody on IRC. Change-Id: Ibea956e48e10fda91930b65b3bf3b3ae4ad13f63 Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/22759 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: David Hendricks <david.hendricks@gmail.com>
Diffstat (limited to 'flashchips.c')
-rw-r--r--flashchips.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/flashchips.c b/flashchips.c
index a1ad4450f..a33b37ec5 100644
--- a/flashchips.c
+++ b/flashchips.c
@@ -7929,7 +7929,7 @@ const struct flashchip flashchips[] = {
{
.vendor = "Macronix",
- .name = "MX25L6436E/MX25L6445E/MX25L6465E/MX25L6473E",
+ .name = "MX25L6436E/MX25L6445E/MX25L6465E/MX25L6473E/MX25L6473F",
.bustype = BUS_SPI,
.manufacture_id = MACRONIX_ID,
.model_id = MACRONIX_MX25L6405,