summaryrefslogtreecommitdiffstats
path: root/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
commit7615868f0b82fc84677905781e9ff11e46d6ae12 (patch)
treec2c6a6239b3a068ad779578cba7580ea25547a21 /flashrom.c
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 'flashrom.c')
-rw-r--r--flashrom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/flashrom.c b/flashrom.c
index a176319..a8ea4a3 100644
--- a/flashrom.c
+++ b/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)
OpenPOWER on IntegriCloud