commit | bc25f947fe9a365ba89fac19bd24c377c10243aa | [log] [tgz] |
---|---|---|
author | Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> | Thu Jul 30 13:30:17 2009 +0000 |
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | Thu Jul 30 13:30:17 2009 +0000 |
tree | 50e1d66441dcc18b74aa192c51aac257fe51548f | |
parent | 350a0c348e7ca0e3c18add2d6db17a020e76f86e [diff] |
Boards with coreboot have a cbtable containing vendor and board name Flashrom tries to match these with board enable entries in its database. If no such board enable entry exists because the board doesn't need one, flashrom complains. Silence that complaint. Corresponding to flashrom svn r668. Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Slightly updated and Acked-by: Stefan Reinauer <stepan@coresystems.de>