1
0
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:
Carl-Daniel Hailfinger
2009-10-01 14:51:25 +00:00
parent 4d67950864
commit 3a4781e76c
3 changed files with 34 additions and 34 deletions

View File

@ -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);
}