From 6231a3762fb36b0ea873a2a99bb8ed5adb783c91 Mon Sep 17 00:00:00 2001 From: Lauren Post Date: Fri, 19 Jul 2013 13:39:18 -0500 Subject: imx6solosabresd: Create machine configuration file Change-Id: I27663dd957d4a2592fbdb3ae00c3b64603be6c28 Signed-off-by: Lauren Post --- conf/machine/imx6solosabresd.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 conf/machine/imx6solosabresd.conf diff --git a/conf/machine/imx6solosabresd.conf b/conf/machine/imx6solosabresd.conf new file mode 100644 index 0000000..9c09531 --- /dev/null +++ b/conf/machine/imx6solosabresd.conf @@ -0,0 +1,13 @@ +#@TYPE: Machine +#@NAME: Freescale i.MX6Solo SABRE Smart Device +#@SOC: i.MX6S +#@DESCRIPTION: Machine configuration for Freescale i.MX6Solo SABRE Smart Device + +require conf/machine/include/imx6sabresd-common.inc + +SOC_FAMILY = "mx6:mx6s" + +KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx6dl-sabresd.dts" + +UBOOT_MACHINE = " mx6solosabresd_config" +PREFERRED_PROVIDER_u-boot = "u-boot-imx" -- cgit v1.2.3-54-g00ecf