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:
@ -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)
|
||||
|
Reference in New Issue
Block a user