aboutsummaryrefslogtreecommitdiffstats
path: root/flash.h
diff options
context:
space:
mode:
authorDavid Hendricks <david.hendricks@gmail.com>2004-03-17 21:47:30 +0000
committerDavid Hendricks <david.hendricks@gmail.com>2004-03-17 21:47:30 +0000
commit3770a1132ee0e43836eb907229277506af05ebc8 (patch)
tree3cf282f6e3ef7a8758305844aeb3ed1ca29c29f7 /flash.h
parent8ff8432ce6bfa12bd672da28dde19054dc12640a (diff)
downloadflashrom-3770a1132ee0e43836eb907229277506af05ebc8.tar.gz
flashrom-3770a1132ee0e43836eb907229277506af05ebc8.tar.bz2
flashrom-3770a1132ee0e43836eb907229277506af05ebc8.zip
Add support for SST49LF040
Corresponding to flashrom svn r5 and coreboot v2 svn r1422.
Diffstat (limited to 'flash.h')
-rw-r--r--flash.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/flash.h b/flash.h
index ace46a4f..f4a3d229 100644
--- a/flash.h
+++ b/flash.h
@@ -35,7 +35,8 @@ struct flashchip {
#define SST_29EE020A 0x10 /* SST 29EE020 device code */
#define SST_28SF040 0x04 /* SST 29EE040 device code */
#define SST_39SF020 0xB6 /* SST 39SF020 device */
-#define SST_39VF020 0xD6 /* SST 39SF020 device */
+#define SST_39VF020 0xD6 /* SST 39VF020 device */
+#define SST_49LF040 0x51 /* SST 49LF040 device */
#define PMC_ID 0x9D /* PMC Manufacturer ID[B code */
#define PMC_49FL004 0x6E /* PMC 49FL004 device code */