summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorYe.Li <B37916@freescale.com>2015-02-02 12:51:30 +0800
committerFrank Li <Frank.Li@freescale.com>2015-02-04 21:53:32 +0800
commite38c9a7a543890e0879f89627a3f404d8068d602 (patch)
tree503b0e574c6b6555d1fbb478cf899dc463658f25 /include/configs
parent257600d197bf9a58a2b8d08419296aaf901d850d (diff)
downloadu-boot-imx-e38c9a7a543890e0879f89627a3f404d8068d602.zip
u-boot-imx-e38c9a7a543890e0879f89627a3f404d8068d602.tar.gz
u-boot-imx-e38c9a7a543890e0879f89627a3f404d8068d602.tar.bz2
MLK-10191-1 imx: mx7: Add i.MX7 platform common head file
Add common head file mx7_common.h for all i.MX7 platform Signed-off-by: Ye.Li <B37916@freescale.com>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/mx7_common.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/include/configs/mx7_common.h b/include/configs/mx7_common.h
new file mode 100644
index 0000000..9352164
--- /dev/null
+++ b/include/configs/mx7_common.h
@@ -0,0 +1,20 @@
+/*
+ * Copyright (C) 2014-2015 Freescale Semiconductor, Inc.
+ *
+ * Configuration settings for the Freescale i.MX7.
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+
+#ifndef __MX7_COMMON_H
+#define __MX7_COMMON_H
+
+#define CONFIG_BOARD_POSTCLK_INIT
+#define CONFIG_MXC_GPT_HCLK
+
+#define CONFIG_SC_TIMER_CLK 8000000 /* 8Mhz */
+
+#define CONFIG_IOMUX_LPSR
+#define CONFIG_IMX_FIXED_IVT_OFFSET
+#endif