diff options
author | Lauren Post <lauren.post@freescale.com> | 2013-07-19 13:38:56 -0500 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2013-08-07 10:48:21 -0300 |
commit | 00077fa330562f64e4fbda17b8412670f023b61c (patch) | |
tree | 6f8f618a25a5b05a2a684f2c5436693ccd26e963 /meta-fsl-arm | |
parent | 1099c6ba05ed636ba218f543ef2212efa6231793 (diff) | |
download | meta-freescale-00077fa330562f64e4fbda17b8412670f023b61c.tar.gz |
imx6solosabreauto: Create machine configuration file
Change-Id: Ib92fc59c0f55aeadb2f6c3a80f2a402a5fc502ac
Signed-off-by: Lauren Post <lauren.post@freescale.com>
Diffstat (limited to 'meta-fsl-arm')
-rw-r--r-- | meta-fsl-arm/conf/machine/imx6solosabreauto.conf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-fsl-arm/conf/machine/imx6solosabreauto.conf b/meta-fsl-arm/conf/machine/imx6solosabreauto.conf new file mode 100644 index 000000000..302c77c58 --- /dev/null +++ b/meta-fsl-arm/conf/machine/imx6solosabreauto.conf | |||
@@ -0,0 +1,13 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@NAME: Freescale i.MX6Solo SABRE Automotive | ||
3 | #@SOC: i.MX6S | ||
4 | #@DESCRIPTION: Machine configuration for Freescale i.MX6Solo SABRE Automotive | ||
5 | |||
6 | require conf/machine/include/imx6sabresd-common.inc | ||
7 | |||
8 | SOC_FAMILY = "mx6:mx6s" | ||
9 | |||
10 | KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx6dl-sabreauto.dts" | ||
11 | |||
12 | UBOOT_MACHINE = " mx6solosabreauto_config" | ||
13 | PREFERRED_PROVIDER_u-boot = "u-boot-imx" | ||