From: Michal Simek Date: Fri, 18 May 2018 09:15:09 +0000 (+0200) Subject: arm64: zynqmp: Remove empty configuration file X-Git-Tag: v2018.07-rc1~14^2~14 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=35f051ab666b71214873257577f7c9926120e2c4;p=platform%2Fkernel%2Fu-boot.git arm64: zynqmp: Remove empty configuration file There is no reason to keep empty config file in the tree that's why remove it. Signed-off-by: Michal Simek --- diff --git a/configs/xilinx_zynqmp_zc1751_xm016_dc2_defconfig b/configs/xilinx_zynqmp_zc1751_xm016_dc2_defconfig index 7f7ee55..65fe29c 100644 --- a/configs/xilinx_zynqmp_zc1751_xm016_dc2_defconfig +++ b/configs/xilinx_zynqmp_zc1751_xm016_dc2_defconfig @@ -1,5 +1,4 @@ CONFIG_ARM=y -CONFIG_SYS_CONFIG_NAME="xilinx_zynqmp_zc1751_xm016_dc2" CONFIG_ARCH_ZYNQMP=y CONFIG_SYS_TEXT_BASE=0x8000000 CONFIG_SYS_MALLOC_F_LEN=0x8000 diff --git a/include/configs/xilinx_zynqmp_zc1751_xm016_dc2.h b/include/configs/xilinx_zynqmp_zc1751_xm016_dc2.h deleted file mode 100644 index bfebbb3..0000000 --- a/include/configs/xilinx_zynqmp_zc1751_xm016_dc2.h +++ /dev/null @@ -1,14 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0+ */ -/* - * Configuration for Xilinx ZynqMP zc1751 XM016 DC2 - * - * (C) Copyright 2015 Xilinx, Inc. - * Michal Simek - */ - -#ifndef __CONFIG_ZYNQMP_ZC1751_XM016_DC2_H -#define __CONFIG_ZYNQMP_ZC1751_XM016_DC2_H - -#include - -#endif /* __CONFIG_ZYNQMP_ZC1751_XM016_DC2_H */