diff options
author | Lauren Post <lauren.post@freescale.com> | 2013-07-19 13:38:38 -0500 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2013-08-07 10:48:21 -0300 |
commit | 63b46c878a9a45ef92a874a6b6a465862bc84abf (patch) | |
tree | 94ff0c761fd376d71040d6273c2d099ee4c7343f /meta-fsl-arm | |
parent | 9b0d0b86baec1ad1651be3ebdcccc290bf6e02c5 (diff) | |
download | meta-freescale-63b46c878a9a45ef92a874a6b6a465862bc84abf.tar.gz |
imx6dlsabreauto: Create machine configuration file
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>
Diffstat (limited to 'meta-fsl-arm')
-rw-r--r-- | meta-fsl-arm/conf/machine/imx6dlsabreauto.conf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-fsl-arm/conf/machine/imx6dlsabreauto.conf b/meta-fsl-arm/conf/machine/imx6dlsabreauto.conf new file mode 100644 index 000000000..a8962434c --- /dev/null +++ b/meta-fsl-arm/conf/machine/imx6dlsabreauto.conf | |||
@@ -0,0 +1,13 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@NAME: Freescale i.MX6DL SABRE Automotive | ||
3 | #@SOC: i.MX6DL | ||
4 | #@DESCRIPTION: Machine configuration for Freescale i.MX6DL SABRE Automotive | ||
5 | |||
6 | require conf/machine/include/imx6sabreauto-common.inc | ||
7 | |||
8 | SOC_FAMILY = "mx6:mx6dl" | ||
9 | |||
10 | KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx6dl-sabreauto.dts" | ||
11 | |||
12 | UBOOT_MACHINE = "mx6dlsabreauto_config" | ||
13 | PREFERRED_PROVIDER_u-boot = "u-boot-imx" | ||