summaryrefslogtreecommitdiffstats
path: root/flashrom.c
diff options
context:
space:
mode:
Diffstat (limited to 'flashrom.c')
-rw-r--r--flashrom.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/flashrom.c b/flashrom.c
index 2118bec..fe173a7 100644
--- a/flashrom.c
+++ b/flashrom.c
@@ -1358,12 +1358,6 @@ int selfcheck(void)
msg_gerr("SPI programmer table miscompilation!\n");
ret = 1;
}
-#if CONFIG_BITBANG_SPI == 1
- if (bitbang_spi_master_count - 1 != BITBANG_SPI_INVALID) {
- msg_gerr("Bitbanging SPI master table miscompilation!\n");
- ret = 1;
- }
-#endif
for (flash = flashchips; flash && flash->name; flash++)
if (selfcheck_eraseblocks(flash))
ret = 1;
OpenPOWER on IntegriCloud