aboutsummaryrefslogtreecommitdiff
path: root/board/atmel/sama5d4ek/sama5d4ek.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/atmel/sama5d4ek/sama5d4ek.c')
-rw-r--r--board/atmel/sama5d4ek/sama5d4ek.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/atmel/sama5d4ek/sama5d4ek.c b/board/atmel/sama5d4ek/sama5d4ek.c
index d1b5ff5..a0e4bb7 100644
--- a/board/atmel/sama5d4ek/sama5d4ek.c
+++ b/board/atmel/sama5d4ek/sama5d4ek.c
@@ -28,10 +28,12 @@
DECLARE_GLOBAL_DATA_PTR;
#ifdef CONFIG_ATMEL_SPI
+#ifndef CONFIG_DM_SPI
int spi_cs_is_valid(unsigned int bus, unsigned int cs)
{
return bus == 0 && cs == 0;
}
+#endif
void spi_cs_activate(struct spi_slave *slave)
{