From 37181bebdd16543b9a2862013e2475f40a6d86b7 Mon Sep 17 00:00:00 2001 From: Carl-Daniel Hailfinger Date: Mon, 24 Aug 2009 01:34:48 +0000 Subject: ASD AE29F2008 and Winbond W29C020C have the same ID Reported by Mark Panajotovic . Corresponding to flashrom svn r697. Signed-off-by: Carl-Daniel Hailfinger Acked-by: Carl-Daniel Hailfinger --- flashchips.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flashchips.h') diff --git a/flashchips.h b/flashchips.h index a958d0b..7919eeb 100644 --- a/flashchips.h +++ b/flashchips.h @@ -470,7 +470,7 @@ #define W_25X32 0x3016 #define W_25X64 0x3017 #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_29EE011 0xC1 #define W_39L020 0xB5 -- cgit v1.1