summaryrefslogtreecommitdiffstats
path: root/flashchips.h
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2010-06-14 12:58:06 +0000
committerCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>2010-06-14 12:58:06 +0000
commitc2d431b59b779320e4529ab75940efd1a9d62c42 (patch)
tree454a220d829c26740a071a97fb3ea24f1d450cae /flashchips.h
parentc6bf9a0061d7825df9802d0790c8a636717c2dd3 (diff)
downloadflashrom-c2d431b59b779320e4529ab75940efd1a9d62c42.zip
flashrom-c2d431b59b779320e4529ab75940efd1a9d62c42.tar.gz
Add SST25LF040A support
Checked against datasheets, should work. Corresponding to flashrom svn r1045. Signed-off-by: Stefan Reinauer <stepan@coresystems.de> 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>
Diffstat (limited to 'flashchips.h')
-rw-r--r--flashchips.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/flashchips.h b/flashchips.h
index 9b42235..a04edef 100644
--- a/flashchips.h
+++ b/flashchips.h
@@ -388,7 +388,7 @@
#define SST_25VF512A_REMS 0x48 /* REMS or RES opcode */
#define SST_25VF010_REMS 0x49 /* REMS or RES opcode */
#define SST_25VF020_REMS 0x43 /* REMS or RES opcode */
-#define SST_25VF040_REMS 0x44 /* REMS or RES opcode */
+#define SST_25VF040_REMS 0x44 /* REMS or RES opcode, same as SST25LF040A */
#define SST_25VF040B 0x258D
#define SST_25VF040B_REMS 0x8D /* REMS or RES opcode */
#define SST_25VF080_REMS 0x80 /* REMS or RES opcode */
OpenPOWER on IntegriCloud