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:
@ -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);
|
||||
|
Reference in New Issue
Block a user