On Sun, 16 Sep 2012 02:56:15 +0200 Stefan Tauner stefan.tauner@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.