summaryrefslogtreecommitdiff
path: root/include/configs/zynq.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/zynq.h')
-rw-r--r--include/configs/zynq.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/configs/zynq.h b/include/configs/zynq.h
index 79fa5bb53f..b9f381f645 100644
--- a/include/configs/zynq.h
+++ b/include/configs/zynq.h
@@ -72,6 +72,15 @@
# define CONFIG_CPU_V6 /* Required by CONFIG_ARM_DCC */
#endif
+#define CONFIG_ZYNQ_SPI
+
+/* SPI */
+#ifdef CONFIG_ZYNQ_SPI
+# define CONFIG_SPI_FLASH
+# define CONFIG_SPI_FLASH_SST
+# define CONFIG_CMD_SF
+#endif
+
/* Enable the PL to be downloaded */
#define CONFIG_FPGA
#define CONFIG_FPGA_XILINX