aboutsummaryrefslogtreecommitdiff
path: root/util/flashrom/flashrom.c
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
commit1ce63770a1d18baa41a6382236350814d36895ef (patch)
tree177f06d8212fb989b6d65aae26b732c405cde8bd /util/flashrom/flashrom.c
parent937ae9d9fec2fe527b78fbd96e768b28dca849b6 (diff)
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/flashrom.c')
-rw-r--r--util/flashrom/flashrom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/flashrom/flashrom.c b/util/flashrom/flashrom.c
index a176319da8..a8ea4a3cea 100644
--- a/util/flashrom/flashrom.c
+++ b/util/flashrom/flashrom.c
@@ -200,7 +200,7 @@ void print_supported_chips(void)
printf("Supported ROM chips:\n\n");
for (i = 0; flashchips[i].name != NULL; i++)
- printf("%s\n", flashchips[i].name);
+ printf("%s %s\n", flashchips[i].vendor, flashchips[i].name);
}
void usage(const char *name)