1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-04-28 23:43:42 +02:00

ASD AE29F2008 and Winbond W29C020C have the same ID

Reported by Mark Panajotovic <panajotovic.marko@gmail.com>.

Corresponding to flashrom svn r697.

Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
This commit is contained in:
Carl-Daniel Hailfinger 2009-08-24 01:34:48 +00:00
parent 95baaadee5
commit 37181bebdd

View File

@ -470,7 +470,7 @@
#define W_25X32 0x3016 #define W_25X32 0x3016
#define W_25X64 0x3017 #define W_25X64 0x3017
#define W_29C011 0xC1 #define W_29C011 0xC1
#define W_29C020C 0x45 /* Same as W29C020 */ #define W_29C020C 0x45 /* Same as W29C020 and ASD AE29F2008 */
#define W_29C040P 0x46 /* Same as W29C040 */ #define W_29C040P 0x46 /* Same as W29C040 */
#define W_29EE011 0xC1 #define W_29EE011 0xC1
#define W_39L020 0xB5 #define W_39L020 0xB5