aboutsummaryrefslogtreecommitdiffstats
path: root/flashchips.c
diff options
context:
space:
mode:
authorNico Huber <nico.h@gmx.de>2021-07-03 13:47:39 +0200
committerNico Huber <nico.h@gmx.de>2021-07-14 10:37:04 +0000
commit16661d82e3c17e224a21c109572b0834ec63a17c (patch)
treed4e5da374032766f86b29f4a61428c991f6a28ca /flashchips.c
parentff98544a1e3b071c6efaedbca67641ff768cb2e3 (diff)
downloadflashrom-16661d82e3c17e224a21c109572b0834ec63a17c.tar.gz
flashrom-16661d82e3c17e224a21c109572b0834ec63a17c.tar.bz2
flashrom-16661d82e3c17e224a21c109572b0834ec63a17c.zip
flashchips: Add MX25L12873F
Just add the name to the existing entry, as usual it is supposed to be compatible. Change-Id: I59c8067f15b5ceac5a2e2f8fe93431a465f17e23 Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/c/flashrom/+/56054 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@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 6310c12b..8cd3dfd6 100644
--- a/flashchips.c
+++ b/flashchips.c
@@ -8359,7 +8359,7 @@ const struct flashchip flashchips[] = {
{
.vendor = "Macronix",
- .name = "MX25L12835F/MX25L12845E/MX25L12865E",
+ .name = "MX25L12835F/MX25L12845E/MX25L12865E/MX25L12873F",
.bustype = BUS_SPI,
.manufacture_id = MACRONIX_ID,
.model_id = MACRONIX_MX25L12805D,