mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-01 22:21:16 +02:00
Revert the delete of 82802ab.c in r3137
Corresponding to flashrom svn r204 and coreboot v2 svn r3140. Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
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 %s\n", flashchips[i].vendor, flashchips[i].name);
|
||||
printf("%s\n", flashchips[i].name);
|
||||
}
|
||||
|
||||
void usage(const char *name)
|
||||
|
Reference in New Issue
Block a user