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 | c29042a130fc1f2201a7e4728c868d4946024235 (patch) | |
tree | b4471830c6480340a8bde1aeac296bc50111425d | |
parent | 6231a3762fb36b0ea873a2a99bb8ed5adb783c91 (diff) | |
download | meta-fsl-arm-c29042a130fc1f2201a7e4728c868d4946024235.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>
-rw-r--r-- | conf/machine/imx6dlsabreauto.conf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/conf/machine/imx6dlsabreauto.conf b/conf/machine/imx6dlsabreauto.conf new file mode 100644 index 0000000..a896243 --- /dev/null +++ b/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" | ||