summaryrefslogtreecommitdiff
path: root/util/flash_and_burn/flash.h
diff options
context:
space:
mode:
authorDavid W. Hendricks <dwh@lanl.gov>2004-03-17 21:47:30 +0000
committerDavid W. Hendricks <dwh@lanl.gov>2004-03-17 21:47:30 +0000
commit983b189d919e78953e74915506f68e1be59143ba (patch)
tree6d743c4bd32b9c41efb0d10c122a1e6b492026dc /util/flash_and_burn/flash.h
parent9cfecd14900bdd697985a18af784dec25a3f44a1 (diff)
Added support for SST49LF040
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1422 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/flash_and_burn/flash.h')
-rw-r--r--util/flash_and_burn/flash.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/util/flash_and_burn/flash.h b/util/flash_and_burn/flash.h
index ace46a4f5d..f4a3d2296e 100644
--- a/util/flash_and_burn/flash.h
+++ b/util/flash_and_burn/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 */