diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2015-09-21 17:47:06 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-04-19 15:03:20 -0300 |
commit | 8f4d2cce42ecd36b86e1435ae8b95a5206c6cb56 (patch) | |
tree | ed522c1170f22ebe265323458a76084eeed8f37a /conf/machine/imx28evk.conf | |
parent | 3e74a09aff6db6245af4264a65ded171a98de885 (diff) | |
download | meta-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/imx28evk.conf')
-rw-r--r-- | conf/machine/imx28evk.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/machine/imx28evk.conf b/conf/machine/imx28evk.conf index 5a55d725..c05ad8f6 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 | ||
7 | include conf/machine/include/mxs-base.inc | 7 | include conf/machine/include/imx-base.inc |
8 | include conf/machine/include/tune-arm926ejs.inc | ||
8 | 9 | ||
9 | SOC_FAMILY = "mxs:mx28" | 10 | SOC_FAMILY = "mxs:mx28" |
10 | 11 | ||