A bunch of cosmetic improvements (trivial).

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

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@3348 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Uwe Hermann
2008-05-22 22:47:04 +00:00
parent 1a02c8eeed
commit 6eb5012a8c
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);