diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2007-05-21 21:39:08 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2007-05-21 21:39:08 +0000 |
commit | f8953dc0953ea74f42e442e857948589302f5476 (patch) | |
tree | 7fe1bd7c1aefba1cce97eefb82333fcc58a0466d /util/flashrom/flash.h | |
parent | 0af4856017431f0e9ef99e6a99e2a2da9f50f593 (diff) |
Add support for the Winbond W39V040FA chip.
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2686 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 3e3ad84828..6ced0f1f01 100644 --- a/util/flashrom/flash.h +++ b/util/flashrom/flash.h @@ -99,6 +99,7 @@ extern struct flashchip flashchips[]; #define WINBOND_ID 0xDA /* Winbond */ #define W_29C011 0xC1 #define W_29C020C 0x45 +#define W_39V040FA 0x34 #define W_39V040A 0x3D #define W_39V040B 0x54 #define W_39V080A 0xD0 |