summaryrefslogtreecommitdiffstats
path: root/spi.c
diff options
context:
space:
mode:
Diffstat (limited to 'spi.c')
-rw-r--r--spi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/spi.c b/spi.c
index 5d2e441..f02f091 100644
--- a/spi.c
+++ b/spi.c
@@ -195,5 +195,5 @@ uint32_t spi_get_valid_read_addr(void)
void register_spi_programmer(const struct spi_programmer *pgm)
{
spi_programmer = pgm;
- buses_supported |= CHIP_BUSTYPE_SPI;
+ buses_supported |= BUS_SPI;
}
OpenPOWER on IntegriCloud