summaryrefslogtreecommitdiff
path: root/include/configs/xilinx_zynqmp_zcu104_revC.h
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2019-02-13 13:33:32 +0100
committerMichal Simek <michal.simek@xilinx.com>2019-02-14 14:31:11 +0100
commit06efd3e53c2bd87d6c4c6fd5b3f7edc12684161b (patch)
treefa8eb7e3c53320d244d9b46d4519cc295bf50bee /include/configs/xilinx_zynqmp_zcu104_revC.h
parentf6b71d830f96e36efde398eb79cae0a1bb495c0f (diff)
arm64: zynqmp: Remove board config files
All options have been moved to Kconfig and there is no need to have board header files. Mini configurations require them that's why they are still there. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'include/configs/xilinx_zynqmp_zcu104_revC.h')
-rw-r--r--include/configs/xilinx_zynqmp_zcu104_revC.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/include/configs/xilinx_zynqmp_zcu104_revC.h b/include/configs/xilinx_zynqmp_zcu104_revC.h
deleted file mode 100644
index e3059a921e6..00000000000
--- a/include/configs/xilinx_zynqmp_zcu104_revC.h
+++ /dev/null
@@ -1,14 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0+ */
-/*
- * Configuration for Xilinx ZynqMP zcu104
- *
- * (C) Copyright 2018 Xilinx, Inc.
- * Michal Simek <michal.simek@xilinx.com>
- */
-
-#ifndef __CONFIG_ZYNQMP_ZCU104_REVC_H
-#define __CONFIG_ZYNQMP_ZCU104_REVC_H
-
-#include <configs/xilinx_zynqmp_zcu104.h>
-
-#endif /* __CONFIG_ZYNQMP_ZCU104_REVC_H */