summaryrefslogtreecommitdiffstats
path: root/wbsio_spi.c
diff options
context:
space:
mode:
Diffstat (limited to 'wbsio_spi.c')
-rw-r--r--wbsio_spi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wbsio_spi.c b/wbsio_spi.c
index 3c8c7a6..2df5bdd 100644
--- a/wbsio_spi.c
+++ b/wbsio_spi.c
@@ -63,7 +63,7 @@ int wbsio_check_for_spi(const char *name)
return 1;
printf_debug("\nwbsio_spibase = 0x%x\n", wbsio_spibase);
- flashbus = BUS_TYPE_WBSIO_SPI;
+ spi_controller = SPI_CONTROLLER_WBSIO;
return 0;
}
OpenPOWER on IntegriCloud