diff options
author | Michal Simek <michal.simek@xilinx.com> | 2016-04-26 16:12:06 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-04-26 10:16:10 -0400 |
commit | e25b369c048b51b1feb79587750e7e160fc0bd73 (patch) | |
tree | e7eaae1256418090b3488cb46cb2f06d742e7593 /include | |
parent | 266c63cbf2674e20077da9fce27757a7fbc40ec3 (diff) | |
download | u-boot-imx-e25b369c048b51b1feb79587750e7e160fc0bd73.zip u-boot-imx-e25b369c048b51b1feb79587750e7e160fc0bd73.tar.gz u-boot-imx-e25b369c048b51b1feb79587750e7e160fc0bd73.tar.bz2 |
ARM64: zynqmp: Cleanup config file after CMD move
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@xilinx.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/xilinx_zynqmp.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/xilinx_zynqmp.h b/include/configs/xilinx_zynqmp.h index fe9c719..060bca9 100644 --- a/include/configs/xilinx_zynqmp.h +++ b/include/configs/xilinx_zynqmp.h @@ -75,10 +75,6 @@ #define CONFIG_BOOTP_MAY_FAIL #define CONFIG_BOOTP_SERVERIP -/* SPI */ -#ifdef CONFIG_ZYNQ_SPI -#endif - #if defined(CONFIG_ZYNQ_SDHCI) # define CONFIG_MMC # define CONFIG_GENERIC_MMC |