summaryrefslogtreecommitdiffstats
path: root/conf/machine/imx6solosabresd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/imx6solosabresd.conf')
-rw-r--r--conf/machine/imx6solosabresd.conf19
1 files changed, 19 insertions, 0 deletions
diff --git a/conf/machine/imx6solosabresd.conf b/conf/machine/imx6solosabresd.conf
new file mode 100644
index 00000000..b123d8ce
--- /dev/null
+++ b/conf/machine/imx6solosabresd.conf
@@ -0,0 +1,19 @@
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#@MAINTAINER: Otavio Salvador <otavio@ossystems.com.br>
6
7require conf/machine/include/imx6sabresd-common.inc
8
9SOC_FAMILY = "mx6:mx6dl"
10
11KERNEL_DEVICETREE = "imx6dl-sabresd.dtb imx6dl-sabresd-ldo.dtb"
12
13PREFERRED_PROVIDER_u-boot = "u-boot-imx"
14PREFERRED_PROVIDER_virtual/bootloader = "u-boot-imx"
15KERNEL_IMAGETYPE = "zImage"
16
17UBOOT_CONFIG ??= "sd"
18UBOOT_CONFIG[sd] = "mx6solosabresd_config,sdcard"
19UBOOT_CONFIG[mfgtool] = "mx6solosabresd_config"