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

Sept. 24, 2012
11:31 p.m.
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. -- Kind regards/Mit freundlichen Grüßen, Stefan Tauner
4681
Age (days ago)
4681
Last active (days ago)
0 comments
1 participants
participants (1)
-
Stefan Tauner