[flashrom] [PATCH] Fix flashrom running on boards with coreboot.

Stefan Tauner stefan.tauner at student.tuwien.ac.at
Mon Sep 24 23:31:06 CEST 2012


On Sun, 16 Sep 2012 02:56:15 +0200
Stefan Tauner <stefan.tauner at student.tuwien.ac.at> wrote:

> +	if (board == NULL && cb_vendor != NULL && cb_model != NULL) {
> +		board = board_match_name(cb_vendor, cb_model);
> +		if (!board) { /* Failure is an option here, because many cb boards don't require an enable. */
> +			msg_pdbg2("No board enable found matching coreboot IDs vendor=\"%s\", model=\"%s\".\n",
> +				  vendor, model);
> +		}
> +	}

I should have used cb_vendor and cb_model there, as Idwer pointed out.
It was committed with this refinement in r1605 with Idwer's consent on
IRC, thanks.

-- 
Kind regards/Mit freundlichen Grüßen, Stefan Tauner




More information about the flashrom mailing list