Re-add code erroneously removed in r3140.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3146 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Uwe Hermann
2008-03-14 23:55:58 +00:00
parent 937ae9d9fe
commit 1ce63770a1
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)