From: Siva Durga Prasad Paladugu Date: Mon, 1 Aug 2016 04:49:38 +0000 (+0530) Subject: zynqmp: Remove unnnecessary board config file for dc4 X-Git-Tag: v2016.11-rc1~113^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e0027f089bb64f6b84742c580f966bf9c97c900e;p=u-boot zynqmp: Remove unnnecessary board config file for dc4 Remove unnecessary board specific config file for DC4 board. Signed-off-by: Siva Durga Prasad Paladugu Acked-by: Jagan Teki Signed-off-by: Michal Simek --- diff --git a/configs/xilinx_zynqmp_zc1751_xm018_dc4_defconfig b/configs/xilinx_zynqmp_zc1751_xm018_dc4_defconfig index 5116ff3c38..c717f043bb 100644 --- a/configs/xilinx_zynqmp_zc1751_xm018_dc4_defconfig +++ b/configs/xilinx_zynqmp_zc1751_xm018_dc4_defconfig @@ -1,5 +1,4 @@ CONFIG_ARM=y -CONFIG_SYS_CONFIG_NAME="xilinx_zynqmp_zc1751_xm018_dc4" CONFIG_ARCH_ZYNQMP=y CONFIG_SYS_MALLOC_F_LEN=0x8000 CONFIG_IDENT_STRING=" Xilinx ZynqMP ZC1751 xm018 dc4" diff --git a/include/configs/xilinx_zynqmp_zc1751_xm018_dc4.h b/include/configs/xilinx_zynqmp_zc1751_xm018_dc4.h deleted file mode 100644 index 4866b612d1..0000000000 --- a/include/configs/xilinx_zynqmp_zc1751_xm018_dc4.h +++ /dev/null @@ -1,15 +0,0 @@ -/* - * Configuration for Xilinx ZynqMP zc1751 XM018 DC4 - * - * (C) Copyright 2015 Xilinx, Inc. - * Michal Simek - * - * SPDX-License-Identifier: GPL-2.0+ - */ - -#ifndef __CONFIG_ZYNQMP_ZC1751_XM018_DC4_H -#define __CONFIG_ZYNQMP_ZC1751_XM018_DC4_H - -#include - -#endif /* __CONFIG_ZYNQMP_ZC1751_XM018_DC4_H */