From 3611b80b40efa3e5057232a9e7285b4868ef95e1 Mon Sep 17 00:00:00 2001 From: Stephan Guilloux Date: Mon, 13 Sep 2010 19:59:28 +0000 Subject: Add support for the Macronix MX251635E chip Corresponding to flashrom svn r1162. Signed-off-by: Stephan Guilloux Acked-by: Uwe Hermann --- flashchips.h | 1 + 1 file changed, 1 insertion(+) (limited to 'flashchips.h') diff --git a/flashchips.h b/flashchips.h index 8a7e89b..d6b381f 100644 --- a/flashchips.h +++ b/flashchips.h @@ -316,6 +316,7 @@ #define MX_25L6405 0x2017 /* MX25L3205{,D} */ #define MX_25L12805 0x2018 /* MX25L12805 */ #define MX_25L1635D 0x2415 +#define MX_25L1635E 0x2515 /* MX25L1635{E} */ #define MX_25L3235D 0x5E16 /* MX25L3225D/MX25L3235D/MX25L3237D */ #define MX_29F001B 0x19 #define MX_29F001T 0x18 -- cgit v1.1