mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-02 22:43:17 +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:
@ -1731,7 +1731,7 @@ int selfcheck(void)
|
||||
msg_gerr("Chipset enables table does not exist!\n");
|
||||
ret = 1;
|
||||
}
|
||||
if (board_pciid_enables == NULL) {
|
||||
if (board_matches == NULL) {
|
||||
msg_gerr("Board enables table does not exist!\n");
|
||||
ret = 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user