[U-Boot] [PATCH] SPI: Fix correct target name for ZynqMP
Michal Simek
michal.simek at xilinx.com
Mon Dec 7 11:33:58 CET 2015
ZynqMP is using different symbol.
Use correct one.
Signed-off-by: Michal Simek <michal.simek at xilinx.com>
---
drivers/spi/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index a0dbd8b640d8..2cdb11025f88 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -140,7 +140,7 @@ config XILINX_SPI
config ZYNQ_SPI
bool "Zynq SPI driver"
- depends on ARCH_ZYNQ || TARGET_XILINX_ZYNQMP
+ depends on ARCH_ZYNQ || ARCH_ZYNQMP
help
Enable the Zynq SPI driver. This driver can be used to
access the SPI NOR flash on platforms embedding this Zynq
--
1.9.1
More information about the U-Boot
mailing list