diff options
author | Markus Boas <ryven@ryven.de> | 2007-08-30 10:11:08 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2007-08-30 10:11:08 +0000 |
commit | 3b78de6887bc7c3ba0210365e42af071202000a4 (patch) | |
tree | 9c1f4fa36fa2e07515842128c9ccab6b70d88d49 /util/flashrom/flash.h | |
parent | 6c71f7378606cf8777ac0e01abce6e6ad5e48cd2 (diff) | |
download | coreboot-3b78de6887bc7c3ba0210365e42af071202000a4.tar.xz |
Add support for the Winbond W29C040P.
Signed-off-by: Markus Boas <ryven@ryven.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2752 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 55e218c75f..850bf33a2f 100644 --- a/util/flashrom/flash.h +++ b/util/flashrom/flash.h @@ -101,6 +101,7 @@ extern struct flashchip flashchips[]; #define WINBOND_ID 0xDA /* Winbond */ #define W_29C011 0xC1 #define W_29C020C 0x45 +#define W_29C040P 0x46 #define W_39V040FA 0x34 #define W_39V040A 0x3D #define W_39V040B 0x54 |