aboutsummaryrefslogtreecommitdiffstats
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 @@
+#@TYPE: Machine
+#@NAME: Freescale i.MX6Solo SABRE Smart Device
+#@SOC: i.MX6S
+#@DESCRIPTION: Machine configuration for Freescale i.MX6Solo SABRE Smart Device
+#@MAINTAINER: Otavio Salvador <otavio@ossystems.com.br>
+
+require conf/machine/include/imx6sabresd-common.inc
+
+SOC_FAMILY = "mx6:mx6dl"
+
+KERNEL_DEVICETREE = "imx6dl-sabresd.dtb imx6dl-sabresd-ldo.dtb"
+
+PREFERRED_PROVIDER_u-boot = "u-boot-imx"
+PREFERRED_PROVIDER_virtual/bootloader = "u-boot-imx"
+KERNEL_IMAGETYPE = "zImage"
+
+UBOOT_CONFIG ??= "sd"
+UBOOT_CONFIG[sd] = "mx6solosabresd_config,sdcard"
+UBOOT_CONFIG[mfgtool] = "mx6solosabresd_config"