diff options
author | Alan Carvalho de Assis <acassis@gmail.com> | 2007-01-27 13:39:06 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2007-01-27 13:39:06 +0000 |
commit | 097d9a2d57fce2bd1bbe0d9c3628b75c1a25a934 (patch) | |
tree | 1457d9c055d95fea61da4648e5e44e365d07764a /util/flashrom/flash.h | |
parent | 8e4ee4f5045f752b2189fb47155e76db69e234f0 (diff) |
Add support for the SST 49LF160C.
Signed-off-by: Alan Carvalho de Assis <acassis@gmail.com>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2539 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/flashrom/flash.h')
-rw-r--r-- | util/flashrom/flash.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/flashrom/flash.h b/util/flashrom/flash.h index 6807f75402..f98bcb60db 100644 --- a/util/flashrom/flash.h +++ b/util/flashrom/flash.h @@ -59,6 +59,7 @@ extern struct flashchip flashchips[]; #define SST_49LF004C 0x54 /* SST 49LF004C device */ #define SST_49LF008C 0x59 /* SST 49LF008C device */ #define SST_49LF016C 0x5C /* SST 49LF016C device */ +#define SST_49LF160C 0x4C /* SST 49LF160C device */ #define PMC_ID 0x9D /* PMC Manufacturer ID code */ #define PMC_49FL002 0x6D /* PMC 49FL002 device code */ |