summaryrefslogtreecommitdiffstats
path: root/flashrom.c
diff options
context:
space:
mode:
Diffstat (limited to 'flashrom.c')
-rw-r--r--flashrom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/flashrom.c b/flashrom.c
index 8eb3d39..c867842 100644
--- a/flashrom.c
+++ b/flashrom.c
@@ -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);
}
OpenPOWER on IntegriCloud