From 86f4e6db2c953cf9070a4180fb5773434393e426 Mon Sep 17 00:00:00 2001 From: Ed Swierk Date: Wed, 21 Jul 2010 15:02:22 +0000 Subject: Add support for the SST25VF064C SPI flash chip Corresponding to flashrom svn r1094. Signed-off-by: Ed Swierk Acked-by: Carl-Daniel Hailfinger --- flashchips.h | 1 + 1 file changed, 1 insertion(+) (limited to 'flashchips.h') diff --git a/flashchips.h b/flashchips.h index d3771f7..63cba1e 100644 --- a/flashchips.h +++ b/flashchips.h @@ -400,6 +400,7 @@ #define SST_25VF016B 0x2541 #define SST_25VF032B 0x254A #define SST_25VF032B_REMS 0x4A /* REMS or RES opcode */ +#define SST_25VF064C 0x254B #define SST_26VF016 0x2601 #define SST_26VF032 0x2602 #define SST_27SF512 0xA4 -- cgit v1.1