[U-Boot] [PATCH] ARM64: zynqmp: Cleanup config file after CMD move
Michal Simek
michal.simek at xilinx.com
Tue Apr 26 16:12:06 CEST 2016
The patch:
"configs: Re-sync almost all of cmd/Kconfig"
(sha1: 78d1e1d0a157c8b48ea19be6170b992745d30f38)
doesn't remove empty if-endif. This patch is fixing it.
Signed-off-by: Michal Simek <michal.simek at xilinx.com>
---
include/configs/xilinx_zynqmp.h | 4 ----
1 file changed, 4 deletions(-)
diff --git a/include/configs/xilinx_zynqmp.h b/include/configs/xilinx_zynqmp.h
index 05de17630bcb..76e1d93bdb35 100644
--- a/include/configs/xilinx_zynqmp.h
+++ b/include/configs/xilinx_zynqmp.h
@@ -89,10 +89,6 @@
#define CONFIG_CMD_PXE
#define CONFIG_MENU
-/* SPI */
-#ifdef CONFIG_ZYNQ_SPI
-#endif
-
#if defined(CONFIG_ZYNQ_SDHCI)
# define CONFIG_MMC
# define CONFIG_GENERIC_MMC
--
1.9.1
More information about the U-Boot
mailing list