arm64: zynqmp: Enable Micrel phy support for xilinx zc1275 revB
[oweals/u-boot.git] / cmd / spi.c
index 9a2edcff65cafaaaaaa19ad42d6b3bd1ff563a79..75226fd36884cbd310477ca5adbc7eb93c8ef325 100644 (file)
--- a/cmd/spi.c
+++ b/cmd/spi.c
 #   define MAX_SPI_BYTES 32    /* Maximum number of bytes we can handle */
 #endif
 
-#ifndef CONFIG_DEFAULT_SPI_BUS
-#   define CONFIG_DEFAULT_SPI_BUS      0
-#endif
-#ifndef CONFIG_DEFAULT_SPI_MODE
-#   define CONFIG_DEFAULT_SPI_MODE     SPI_MODE_0
-#endif
-
 /*
  * Values from last command.
  */