[flashrom] [commit] r697 - trunk

svn at flashrom.org svn at flashrom.org
Mon Aug 24 03:34:48 CEST 2009


Author: hailfinger
Date: 2009-08-24 03:34:48 +0200 (Mon, 24 Aug 2009)
New Revision: 697

Modified:
   trunk/flashchips.h
Log:
ASD AE29F2008 and Winbond W29C020C have the same ID. Reported by
Mark Panajotovic <panajotovic.marko at gmail.com>.

Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006 at gmx.net>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006 at gmx.net>


Modified: trunk/flashchips.h
===================================================================
--- trunk/flashchips.h	2009-08-21 17:26:13 UTC (rev 696)
+++ trunk/flashchips.h	2009-08-24 01:34:48 UTC (rev 697)
@@ -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





More information about the flashrom mailing list