summaryrefslogtreecommitdiffstats
path: root/conf/machine/imx28evk.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>2015-09-28 13:49:02 -0300
commit10471566d2868b07f8ac832b94d5e98a463826ba (patch)
tree0599e149525c42ae86bb077d2cedc3b8d7c10108 /conf/machine/imx28evk.conf
parentad178205466528f331f0b1c8fba5af4b9699852f (diff)
downloadmeta-fsl-arm-10471566d2868b07f8ac832b94d5e98a463826ba.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/imx28evk.conf')
-rw-r--r--conf/machine/imx28evk.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/machine/imx28evk.conf b/conf/machine/imx28evk.conf
index 5a55d72..c05ad8f 100644
--- a/conf/machine/imx28evk.conf
+++ b/conf/machine/imx28evk.conf
@@ -4,7 +4,8 @@
4#@DESCRIPTION: Machine configuration for Freescale i.MX28 Evaluation Kit 4#@DESCRIPTION: Machine configuration for Freescale i.MX28 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:mx28" 10SOC_FAMILY = "mxs:mx28"
10 11