summaryrefslogtreecommitdiffstats
path: root/flash.h
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2006-10-07 22:59:03 +0000
committerStefan Reinauer <stefan.reinauer@coreboot.org>2006-10-07 22:59:03 +0000
commite205d98044cb34c57e44a89b7b1c79475bea5857 (patch)
tree4ac161b469efd496f0e972f3aafa33be5c6b8c47 /flash.h
parentd1915c1f109cc8ab2e35c3b61f7574116f793ebf (diff)
downloadast2050-flashrom-e205d98044cb34c57e44a89b7b1c79475bea5857.zip
ast2050-flashrom-e205d98044cb34c57e44a89b7b1c79475bea5857.tar.gz
Here's a small patch to add support for the SST 49LF020A
Corresponding to flashrom svn r66 and coreboot v2 svn r2450. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> X-Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Diffstat (limited to 'flash.h')
-rw-r--r--flash.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/flash.h b/flash.h
index 9375e57..9009ee6 100644
--- a/flash.h
+++ b/flash.h
@@ -47,6 +47,7 @@ extern struct flashchip flashchips[];
#define SST_39VF020 0xD6 /* SST 39VF020 device */
#define SST_49LF040B 0x50 /* SST 49LF040B device */
#define SST_49LF040 0x51 /* SST 49LF040 device */
+#define SST_49LF020A 0x52 /* SST 49LF020A device */
#define SST_49LF080A 0x5B /* SST 48LF080A device */
#define SST_49LF002A 0x57 /* SST 49LF002A device */
#define SST_49LF003A 0x1B /* SST 49LF003A device */
OpenPOWER on IntegriCloud