summaryrefslogtreecommitdiffstats
path: root/flash.h
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2008-03-14 23:55:58 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2008-03-14 23:55:58 +0000
commit7615868f0b82fc84677905781e9ff11e46d6ae12 (patch)
treec2c6a6239b3a068ad779578cba7580ea25547a21 /flash.h
parent1f3e530bea78a442f9441e16aad237a38b346c5d (diff)
downloadast2050-flashrom-7615868f0b82fc84677905781e9ff11e46d6ae12.zip
ast2050-flashrom-7615868f0b82fc84677905781e9ff11e46d6ae12.tar.gz
Re-add code erroneously removed in r3140
Corresponding to flashrom svn r209 and coreboot v2 svn r3146. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.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 f15ab21..5b800ce 100644
--- a/flash.h
+++ b/flash.h
@@ -33,6 +33,7 @@
#define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0]))
struct flashchip {
+ const char *vendor;
const char *name;
/* With 32bit manufacture_id and model_id we can cover IDs up to
* (including) the 4th bank of JEDEC JEP106W Standard Manufacturer's
OpenPOWER on IntegriCloud