summaryrefslogtreecommitdiffstats
path: root/conf/machine/imx23evk.conf
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2015-09-21 17:47:06 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2016-04-19 15:03:20 -0300
commit8f4d2cce42ecd36b86e1435ae8b95a5206c6cb56 (patch)
treeed522c1170f22ebe265323458a76084eeed8f37a /conf/machine/imx23evk.conf
parent3e74a09aff6db6245af4264a65ded171a98de885 (diff)
downloadmeta-freescale-8f4d2cce42ecd36b86e1435ae8b95a5206c6cb56.tar.gz
Move mxs-base.inc contents to imx-base.inc
The consolidation of all i.MX related base settings allows a more global view of the settings in place. One of the reasons for this patch is the fragmentation caused by i.MX23 and i.MX28 SoCs using mxs-base.inc. The changes needed to get i.MX23 and i.MX28 SoCs working have been included in imx-base.inc file already and some values required rework to apply to specific SoC families to avoid regressions. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf/machine/imx23evk.conf')
-rw-r--r--conf/machine/imx23evk.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/machine/imx23evk.conf b/conf/machine/imx23evk.conf
index 1d5eaefb..ddd60285 100644
--- a/conf/machine/imx23evk.conf
+++ b/conf/machine/imx23evk.conf
@@ -4,7 +4,8 @@
4#@DESCRIPTION: Machine configuration for Freescale i.MX23 Evaluation Kit 4#@DESCRIPTION: Machine configuration for Freescale i.MX23 Evaluation Kit
5#@MAINTAINER: Otavio Salvador <otavio@ossystems.com.br> 5#@MAINTAINER: Otavio Salvador <otavio@ossystems.com.br>
6 6
7include conf/machine/include/mxs-base.inc 7include conf/machine/include/imx-base.inc
8include conf/machine/include/tune-arm926ejs.inc
8 9
9SOC_FAMILY = "mxs:mx23" 10SOC_FAMILY = "mxs:mx23"
10 11