From 8729de48fa73d86abb5ae2e87406ba305d0b3062 Mon Sep 17 00:00:00 2001 From: Carl-Daniel Hailfinger Date: Fri, 14 Mar 2008 00:02:25 +0000 Subject: Revert the delete of 82802ab.c in r3137. Signed-off-by: Carl-Daniel Hailfinger Acked-by: Carl-Daniel Hailfinger git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3140 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/flashrom/flashrom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/flashrom/flashrom.c') diff --git a/util/flashrom/flashrom.c b/util/flashrom/flashrom.c index a8ea4a3cea..a176319da8 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 %s\n", flashchips[i].vendor, flashchips[i].name); + printf("%s\n", flashchips[i].name); } void usage(const char *name) -- cgit v1.2.3