summaryrefslogtreecommitdiffstats
path: root/flash.h
diff options
context:
space:
mode:
authorStephan Guilloux <stephan.guilloux@free.fr>2009-04-23 22:51:56 +0000
committerPeter Stuge <peter@stuge.se>2009-04-23 22:51:56 +0000
commit70ea9a326ac88bfb96f3b064aaa4ed69af902faf (patch)
tree5f8c06fe09cd95d248c9ff218c061c2f87d1c1d3 /flash.h
parent3d5f96cdc8e45eede6d36d3379f852506a3c185c (diff)
downloadast2050-flashrom-70ea9a326ac88bfb96f3b064aaa4ed69af902faf.zip
ast2050-flashrom-70ea9a326ac88bfb96f3b064aaa4ed69af902faf.tar.gz
Support MX25L3235D
Corresponding to flashrom svn r441 and coreboot v2 svn r4200. Signed-off-by: Stephan Guilloux <stephan.guilloux@free.fr> Acked-by: Peter Stuge <peter@stuge.se>
Diffstat (limited to 'flash.h')
-rw-r--r--flash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/flash.h b/flash.h
index 93628dd..4888428 100644
--- a/flash.h
+++ b/flash.h
@@ -285,7 +285,7 @@ extern struct flashchip flashchips[];
#define MX_25L6405 0x2017 /* MX25L3205{,D} */
#define MX_25L12805 0x2018 /* MX25L12805 */
#define MX_25L1635D 0x2415
-#define MX_25L3235D 0x2416
+#define MX_25L3235D 0x5E16 /* MX25L3225D/MX25L3235D/MX25L3237D */
#define MX_29F002B 0x34
#define MX_29F002T 0xB0
#define MX_29LV002CB 0x5A
OpenPOWER on IntegriCloud