diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2008-05-22 22:47:04 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2008-05-22 22:47:04 +0000 |
commit | 6eb5012a8c74756bcb4534e22775ecf073461b88 (patch) | |
tree | d597a9b7f9bd13f221f4e526bbcd98992d476165 /util/flashrom/board_enable.c | |
parent | 1a02c8eeedd8085ec4df032a9c6a0ebfcb2805b7 (diff) |
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
Diffstat (limited to 'util/flashrom/board_enable.c')
-rw-r--r-- | util/flashrom/board_enable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/flashrom/board_enable.c b/util/flashrom/board_enable.c index e53a4104a1..1282b08502 100644 --- a/util/flashrom/board_enable.c +++ b/util/flashrom/board_enable.c @@ -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); |