From 10471566d2868b07f8ac832b94d5e98a463826ba Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Mon, 21 Sep 2015 17:47:06 -0300 Subject: 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 --- conf/machine/imx28evk.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'conf/machine/imx28evk.conf') 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 @@ #@DESCRIPTION: Machine configuration for Freescale i.MX28 Evaluation Kit #@MAINTAINER: Otavio Salvador -include conf/machine/include/mxs-base.inc +include conf/machine/include/imx-base.inc +include conf/machine/include/tune-arm926ejs.inc SOC_FAMILY = "mxs:mx28" -- cgit v1.2.3-54-g00ecf