summaryrefslogtreecommitdiffstats
path: root/board_enable.c
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2008-05-22 22:47:04 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2008-05-22 22:47:04 +0000
commit793bdcd71e367a5fc3cf39109fddde7ed240ebb1 (patch)
tree1cb2f07828fbe4135886adda381285042e0be2bd /board_enable.c
parentbf579488a4cda98a3478692d87d2332e5dfeea9f (diff)
downloadast2050-flashrom-793bdcd71e367a5fc3cf39109fddde7ed240ebb1.zip
ast2050-flashrom-793bdcd71e367a5fc3cf39109fddde7ed240ebb1.tar.gz
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>
Diffstat (limited to 'board_enable.c')
-rw-r--r--board_enable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board_enable.c b/board_enable.c
index e53a410..1282b08 100644
--- a/board_enable.c
+++ b/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);
OpenPOWER on IntegriCloud