From 6eb5012a8c74756bcb4534e22775ecf073461b88 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Thu, 22 May 2008 22:47:04 +0000 Subject: 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 Acked-by: Uwe Hermann git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3348 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/flashrom/board_enable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/flashrom/board_enable.c') 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); -- cgit v1.2.3