summaryrefslogtreecommitdiffstats
path: root/conf/machine/imx6sxsabreauto.conf
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2016-07-01 11:15:40 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2016-09-08 11:24:24 -0300
commit6de06b07e594e3642fc97cafbcd1b98e231b2f39 (patch)
tree0cbb43d5327ea1875d1a89121c1f1c71867d7bcd /conf/machine/imx6sxsabreauto.conf
parentc23736b343f1ee549870584b8f53f085deabffe4 (diff)
downloadmeta-freescale-6de06b07e594e3642fc97cafbcd1b98e231b2f39.tar.gz
Convert SOC_FAMILY to MACHINEOVERRIDES
The SOC_FAMILY is an indirection which makes the understanding, from OpenEmbedded versed developers and users, more difficult. Instead of using the SOC_FAMILY indirection which is rarely used, we now move to the MACHINEOVERRIDES mechanism as this is in fact what is in use. Change-Id: Ic6e58b79bdc990ac853c87761c3fff635786e4e5 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf/machine/imx6sxsabreauto.conf')
-rw-r--r--conf/machine/imx6sxsabreauto.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/imx6sxsabreauto.conf b/conf/machine/imx6sxsabreauto.conf
index 9c8a01ff..4f399a39 100644
--- a/conf/machine/imx6sxsabreauto.conf
+++ b/conf/machine/imx6sxsabreauto.conf
@@ -4,9 +4,9 @@
4#@DESCRIPTION: Machine configuration for Freescale i.MX6SoloX Sabre Automotive 4#@DESCRIPTION: Machine configuration for Freescale i.MX6SoloX Sabre Automotive
5#@MAINTAINER: Lauren Post <Lauren.Post@nxp.com> 5#@MAINTAINER: Lauren Post <Lauren.Post@nxp.com>
6 6
7require conf/machine/include/imx6sabreauto-common.inc 7MACHINEOVERRIDES =. "mx6:mx6sx:"
8 8
9SOC_FAMILY = "mx6:mx6sx" 9require conf/machine/include/imx6sabreauto-common.inc
10 10
11KERNEL_DEVICETREE = "imx6sx-sabreauto.dtb imx6sx-sabreauto-m4.dtb" 11KERNEL_DEVICETREE = "imx6sx-sabreauto.dtb imx6sx-sabreauto-m4.dtb"
12 12