1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-07-01 22:21:16 +02:00

A bunch of cosmetic improvements

- Fix typos and inconsistencies.
 - Drop duplicate line which tells us the chip name twice.
 - Also print the chip vendor, not only the name.

Corresponding to flashrom svn r249 and coreboot v2 svn r3348.

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-05-22 22:47:04 +00:00
parent bf579488a4
commit 793bdcd71e
3 changed files with 8 additions and 8 deletions

View File

@ -701,7 +701,7 @@ int board_flash_enable(const char *vendor, const char *part)
board = board_match_pci_card_ids();
if (board) {
printf("Found board \"%s\": enabling flash write... ",
printf("Found board \"%s\", enabling flash write... ",
board->name);
ret = board->enable(board->name);