]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx6dlsabreauto: Create machine configuration file
authorLauren Post <lauren.post@freescale.com>
Fri, 19 Jul 2013 18:38:38 +0000 (13:38 -0500)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 7 Aug 2013 13:48:21 +0000 (10:48 -0300)
This machine is only supported by u-boot-imx, so
the PREFERRED_PROVIDER is different from others
imx machines.

Change-Id: I2f6f71a8f1ce98f7c39526e912a0c2ca6fc76805
Signed-off-by: Lauren Post <lauren.post@freescale.com>
meta-fsl-arm/conf/machine/imx6dlsabreauto.conf [new file with mode: 0644]

diff --git a/meta-fsl-arm/conf/machine/imx6dlsabreauto.conf b/meta-fsl-arm/conf/machine/imx6dlsabreauto.conf
new file mode 100644 (file)
index 0000000..a896243
--- /dev/null
@@ -0,0 +1,13 @@
+#@TYPE: Machine
+#@NAME: Freescale i.MX6DL SABRE Automotive
+#@SOC: i.MX6DL
+#@DESCRIPTION: Machine configuration for Freescale i.MX6DL SABRE Automotive
+
+require conf/machine/include/imx6sabreauto-common.inc
+
+SOC_FAMILY = "mx6:mx6dl"
+
+KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx6dl-sabreauto.dts"
+
+UBOOT_MACHINE = "mx6dlsabreauto_config"
+PREFERRED_PROVIDER_u-boot = "u-boot-imx"