From b4df07579a7cbb7e1cb8093c66a8c4751d048551 Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Fri, 9 Feb 2018 11:04:56 +0100 Subject: [PATCH] arm64: zynqmp: Cleanup zc12XX defconfigs The patch "Kconfig: Select networking commands only when NET is enabled" (sha1: 99dcbdd8a3c3b6b9d7a4adb32bce73e51e51b7c9) introduced dependency on NET which is not enabled on zc12xx targets. Signed-off-by: Michal Simek --- configs/xilinx_zynqmp_zc1232_revA_defconfig | 4 ---- configs/xilinx_zynqmp_zc1254_revA_defconfig | 4 ---- configs/xilinx_zynqmp_zc1275_revA_defconfig | 4 ---- 3 files changed, 12 deletions(-) diff --git a/configs/xilinx_zynqmp_zc1232_revA_defconfig b/configs/xilinx_zynqmp_zc1232_revA_defconfig index abcda7ef7a8..41ffdfc62ac 100644 --- a/configs/xilinx_zynqmp_zc1232_revA_defconfig +++ b/configs/xilinx_zynqmp_zc1232_revA_defconfig @@ -29,11 +29,7 @@ CONFIG_CMD_FPGA_LOADP=y CONFIG_CMD_FPGA_LOAD_SECURE=y CONFIG_CMD_SF=y # CONFIG_CMD_NET is not set -# CONFIG_CMD_DHCP is not set -# CONFIG_CMD_PXE is not set # CONFIG_CMD_NFS is not set -# CONFIG_CMD_MII is not set -# CONFIG_CMD_PING is not set CONFIG_CMD_TIME=y CONFIG_CMD_TIMER=y CONFIG_SPL_OF_CONTROL=y diff --git a/configs/xilinx_zynqmp_zc1254_revA_defconfig b/configs/xilinx_zynqmp_zc1254_revA_defconfig index 25e75764818..be5a33f2ea9 100644 --- a/configs/xilinx_zynqmp_zc1254_revA_defconfig +++ b/configs/xilinx_zynqmp_zc1254_revA_defconfig @@ -29,11 +29,7 @@ CONFIG_CMD_FPGA_LOADP=y CONFIG_CMD_FPGA_LOAD_SECURE=y CONFIG_CMD_SF=y # CONFIG_CMD_NET is not set -# CONFIG_CMD_DHCP is not set -# CONFIG_CMD_PXE is not set # CONFIG_CMD_NFS is not set -# CONFIG_CMD_MII is not set -# CONFIG_CMD_PING is not set CONFIG_CMD_TIME=y CONFIG_CMD_TIMER=y CONFIG_SPL_OF_CONTROL=y diff --git a/configs/xilinx_zynqmp_zc1275_revA_defconfig b/configs/xilinx_zynqmp_zc1275_revA_defconfig index d0f349d05d3..b5b5ee1f54d 100644 --- a/configs/xilinx_zynqmp_zc1275_revA_defconfig +++ b/configs/xilinx_zynqmp_zc1275_revA_defconfig @@ -29,11 +29,7 @@ CONFIG_CMD_FPGA_LOADP=y CONFIG_CMD_FPGA_LOAD_SECURE=y CONFIG_CMD_SF=y # CONFIG_CMD_NET is not set -# CONFIG_CMD_DHCP is not set -# CONFIG_CMD_PXE is not set # CONFIG_CMD_NFS is not set -# CONFIG_CMD_MII is not set -# CONFIG_CMD_PING is not set CONFIG_CMD_TIME=y CONFIG_CMD_TIMER=y CONFIG_SPL_OF_CONTROL=y -- 2.47.3