From 973b26db5715086a92aa4f4eed9d202cc435cba5 Mon Sep 17 00:00:00 2001 From: Andrew Ip Date: Mon, 30 Dec 2002 13:10:06 +0000 Subject: Add w29c011 Corresponding to coreboot v1 svn r727. --- flash.h | 1 + 1 file changed, 1 insertion(+) (limited to 'flash.h') diff --git a/flash.h b/flash.h index 6c735fb..0fde00e 100644 --- a/flash.h +++ b/flash.h @@ -33,6 +33,7 @@ struct flashchip { #define SST_39VF020 0xD6 /* SST 39SF020 device */ #define WINBOND_ID 0xDA /* Winbond Manufacture ID code */ +#define W_29C011 0xC1 /* Winbond w29c011 device code*/ #define W_29C020C 0x45 /* Winbond w29c020c device code*/ #define W_49F002U 0x0B /* Winbond w29c020c device code*/ -- cgit v1.1