summaryrefslogtreecommitdiffstats
path: root/include/configs
diff options
context:
space:
mode:
authorJagannadha Sutradharudu Teki <jagannadha.sutradharudu-teki@xilinx.com>2014-01-09 01:48:10 +0530
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2014-01-10 15:18:32 +0100
commit06fe8daeb5a8c255555b09e1660682560c23df8d (patch)
tree0a1471b836580b7adb1121b05d87356ca967efdd /include/configs
parent88fcfb1ce72d063a867fcc391f18b3d551a5ccac (diff)
downloadtalos-obmc-uboot-06fe8daeb5a8c255555b09e1660682560c23df8d.tar.gz
talos-obmc-uboot-06fe8daeb5a8c255555b09e1660682560c23df8d.zip
zynq-common: Rename zynq with zynq-common
zynq.h -> zynq-common.h, zynq-common is Common configuration options for all Zynq boards. zynq.h is no longer exists hense removed from boards.cfg Signed-off-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/zynq-common.h (renamed from include/configs/zynq.h)9
1 files changed, 6 insertions, 3 deletions
diff --git a/include/configs/zynq.h b/include/configs/zynq-common.h
index ea25159a20..9fe06e8459 100644
--- a/include/configs/zynq.h
+++ b/include/configs/zynq-common.h
@@ -1,11 +1,14 @@
/*
* (C) Copyright 2012 Michal Simek <monstr@monstr.eu>
+ * (C) Copyright 2013 Xilinx, Inc.
+ *
+ * Common configuration options for all Zynq boards.
*
* SPDX-License-Identifier: GPL-2.0+
*/
-#ifndef __CONFIG_ZYNQ_H
-#define __CONFIG_ZYNQ_H
+#ifndef __CONFIG_ZYNQ_COMMON_H
+#define __CONFIG_ZYNQ_COMMON_H
/* High Level configuration Options */
#define CONFIG_ARMV7
@@ -170,4 +173,4 @@
#define CONFIG_CMD_DHCP
#define CONFIG_CMD_MII
-#endif /* __CONFIG_ZYNQ_H */
+#endif /* __CONFIG_ZYNQ_COMMON_H */
OpenPOWER on IntegriCloud