[flashrom] Autodetect ITE IT87* LPC->SPI translation

Michael Karcher flashrom at mkarcher.dialup.fu-berlin.de
Mon Mar 22 18:19:16 CET 2010


Am Montag, den 22.03.2010, 14:33 +0100 schrieb Carl-Daniel Hailfinger:
> -		if (programmer_param && (portpos = strstr(programmer_param, "port="))) {
> +		if (programmer_param) {
> +			portpos = extract_param(&programmer_param,
> +						"it87spiport=", ",:");
I understand why you use "it87spiport" instead of "port" here. Would you
mind updating the manpage, too?

Regards,
  Michael Karcher





More information about the flashrom mailing list