summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauren Post <lauren.post@freescale.com>2013-07-19 13:38:56 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2013-08-07 10:48:21 -0300
commit93c72559207e3faecc6c74e2327b0375178ebd91 (patch)
tree9fea70731c8fbe5ec4395537bdadbe7b699b29be
parent891694fe0ba09f9d4707b62457ae4972d55e7172 (diff)
downloadmeta-fsl-arm-93c72559207e3faecc6c74e2327b0375178ebd91.tar.gz
imx6solosabreauto: Create machine configuration file
Change-Id: Ib92fc59c0f55aeadb2f6c3a80f2a402a5fc502ac Signed-off-by: Lauren Post <lauren.post@freescale.com>
-rw-r--r--conf/machine/imx6solosabreauto.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/conf/machine/imx6solosabreauto.conf b/conf/machine/imx6solosabreauto.conf
new file mode 100644
index 0000000..302c77c
--- /dev/null
+++ b/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
6require conf/machine/include/imx6sabresd-common.inc
7
8SOC_FAMILY = "mx6:mx6s"
9
10KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx6dl-sabreauto.dts"
11
12UBOOT_MACHINE = " mx6solosabreauto_config"
13PREFERRED_PROVIDER_u-boot = "u-boot-imx"