diff options
author | Lauren Post <lauren.post@freescale.com> | 2013-07-19 13:39:18 -0500 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2013-08-07 10:48:21 -0300 |
commit | 9b0d0b86baec1ad1651be3ebdcccc290bf6e02c5 (patch) | |
tree | 3effb3752c95d3994406f7ede636949d6737c1b1 | |
parent | 00077fa330562f64e4fbda17b8412670f023b61c (diff) | |
download | meta-freescale-9b0d0b86baec1ad1651be3ebdcccc290bf6e02c5.tar.gz |
imx6solosabresd: Create machine configuration file
Change-Id: I27663dd957d4a2592fbdb3ae00c3b64603be6c28
Signed-off-by: Lauren Post <lauren.post@freescale.com>
-rw-r--r-- | meta-fsl-arm/conf/machine/imx6solosabresd.conf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-fsl-arm/conf/machine/imx6solosabresd.conf b/meta-fsl-arm/conf/machine/imx6solosabresd.conf new file mode 100644 index 000000000..9c0953111 --- /dev/null +++ b/meta-fsl-arm/conf/machine/imx6solosabresd.conf | |||
@@ -0,0 +1,13 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@NAME: Freescale i.MX6Solo SABRE Smart Device | ||
3 | #@SOC: i.MX6S | ||
4 | #@DESCRIPTION: Machine configuration for Freescale i.MX6Solo SABRE Smart Device | ||
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-sabresd.dts" | ||
11 | |||
12 | UBOOT_MACHINE = " mx6solosabresd_config" | ||
13 | PREFERRED_PROVIDER_u-boot = "u-boot-imx" | ||