From f8517afc7a5ada4538b3b7d397fa32586d57ffe5 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Wed, 15 Jul 2015 17:14:27 -0300 Subject: Move meta-fsl-arm content to layer root The meta-fsl-arm is going to be used as the base for this layer. It contains a clean history and allowing a more granullar set of changes. This commit is just a rename of all contents of meta-fsl-arm subdirectory to this layer's root, subsequent changes are based on top of that. Signed-off-by: Otavio Salvador --- conf/machine/imx6qsabresd.conf | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 conf/machine/imx6qsabresd.conf (limited to 'conf/machine/imx6qsabresd.conf') diff --git a/conf/machine/imx6qsabresd.conf b/conf/machine/imx6qsabresd.conf new file mode 100644 index 000000000..72d1da5d7 --- /dev/null +++ b/conf/machine/imx6qsabresd.conf @@ -0,0 +1,17 @@ +#@TYPE: Machine +#@NAME: Freescale i.MX6Q SABRE Smart Device +#@SOC: i.MX6Q +#@DESCRIPTION: Machine configuration for Freescale i.MX6Q SABRE Smart Device +#@MAINTAINER: Otavio Salvador + +require conf/machine/include/imx6sabresd-common.inc + +SOC_FAMILY = "mx6:mx6q" + +KERNEL_DEVICETREE = "imx6q-sabresd.dtb imx6q-sabresd-ldo.dtb imx6q-sabresd-hdcp.dtb \ + imx6q-sabresd-enetirq.dtb imx6q-sabresd-uart.dtb" + +UBOOT_CONFIG ??= "sd" +UBOOT_CONFIG[sd] = "mx6qsabresd_config,sdcard" +UBOOT_CONFIG[sata] = "mx6qsabresd_sata_config" +UBOOT_CONFIG[mfgtool] = "mx6qsabresd_config" -- cgit v1.2.3-54-g00ecf