1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-06-30 21:52:36 +02:00

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>
This commit is contained in:
Uwe Hermann
2008-03-14 23:55:58 +00:00
parent 1f3e530bea
commit 7615868f0b
3 changed files with 101 additions and 195 deletions

View File

@ -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)