1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-07-01 14:11:15 +02:00

Update the author list in the man page

Update programmer parameter documentation.

Corresponding to flashrom svn r1197.

Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
This commit is contained in:
Carl-Daniel Hailfinger
2010-10-06 23:03:21 +00:00
parent 18430a08aa
commit 3e85442e33
2 changed files with 34 additions and 4 deletions

View File

@ -119,7 +119,7 @@ uint32_t pcidev_init(uint16_t vendor_id, uint32_t bar,
exit(1);
} else if (found > 1) {
msg_perr("Error: Multiple supported PCI devices found. "
"Use 'flashrom -p xxxx:bb:dd.f' \n"
"Use 'flashrom -p xxxx:pci=bb:dd.f' \n"
"to explicitly select the card with the given BDF "
"(PCI bus, device, function).\n");
exit(1);