diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2008-03-14 23:55:58 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2008-03-14 23:55:58 +0000 |
commit | 1ce63770a1d18baa41a6382236350814d36895ef (patch) | |
tree | 177f06d8212fb989b6d65aae26b732c405cde8bd /util/flashrom/flash.h | |
parent | 937ae9d9fec2fe527b78fbd96e768b28dca849b6 (diff) | |
download | coreboot-1ce63770a1d18baa41a6382236350814d36895ef.tar.xz |
Re-add code erroneously removed in r3140.
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3146 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 f15ab21d7c..5b800ce5ec 100644 --- a/util/flashrom/flash.h +++ b/util/flashrom/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 |