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