mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-02 06:23:18 +02:00
Make bitbang_spi naming consistent
Corresponding to flashrom svn r741. Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
This commit is contained in:
@ -713,7 +713,7 @@ int main(int argc, char *argv[])
|
||||
exit(1);
|
||||
}
|
||||
#if BITBANG_SPI_SUPPORT == 1
|
||||
if (spi_bitbang_master_count - 1 != SPI_BITBANG_INVALID) {
|
||||
if (bitbang_spi_master_count - 1 != BITBANG_SPI_INVALID) {
|
||||
fprintf(stderr, "Bitbanging SPI master table miscompilation!\n");
|
||||
exit(1);
|
||||
}
|
||||
|
Reference in New Issue
Block a user