From ba7c9228d32da0c080dcb74a526127efeacc137f Mon Sep 17 00:00:00 2001 From: "Jeffrey A. Kent" Date: Mon, 1 Feb 2010 05:49:46 +0000 Subject: Adds support for ST M29W512B Tested and works for me. Corresponding to flashrom svn r888. Signed-off-by: Jeffrey A. Kent Acked-by: Sean Nelson --- flashchips.h | 1 + 1 file changed, 1 insertion(+) (limited to 'flashchips.h') diff --git a/flashchips.h b/flashchips.h index 7f9c8a2..e299852 100644 --- a/flashchips.h +++ b/flashchips.h @@ -473,6 +473,7 @@ #define ST_M29F800DT 0xEC #define ST_M29W010B 0x23 #define ST_M29W040B 0xE3 +#define ST_M29W512B 0x27 #define SYNCMOS_ID 0x40 /* SyncMOS and Mosel Vitelic */ #define S29C51001T 0x01 -- cgit v1.1