mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-01 22:21:16 +02:00
Shorten some board enable related function names
Corresponding to flashrom svn r1424. Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at>
This commit is contained in:
@ -125,7 +125,7 @@ static void wiki_helper(const char *devicetype, int cols,
|
||||
int num_notes = 0;
|
||||
char *notes = calloc(1, 1);
|
||||
char tmp[900 + 1];
|
||||
const struct board_pciid_enable *b = board_pciid_enables;
|
||||
const struct board_match *b = board_matches;
|
||||
|
||||
for (i = 0; boards[i].vendor != NULL; i++) {
|
||||
if (boards[i].working)
|
||||
|
Reference in New Issue
Block a user