From e3403273b14803a2d53135241785f1cb82058502 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Sat, 6 Apr 2013 11:41:55 -0300 Subject: [PATCH] imx6qsabrelite: Move to SabreLITE to meta-fsl-arm-extra The SabreLITE is much better supported by Boundary kernel as being not fully supported by Freescale new BSPs it should be moved to the Extra layer where we can properly support it. Change-Id: Ie6465c35a243cb199c3499eb4336c9638c9ce6ab Signed-off-by: Otavio Salvador --- meta-fsl-arm/conf/machine/imx6qsabrelite.conf | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 meta-fsl-arm/conf/machine/imx6qsabrelite.conf diff --git a/meta-fsl-arm/conf/machine/imx6qsabrelite.conf b/meta-fsl-arm/conf/machine/imx6qsabrelite.conf deleted file mode 100644 index 6a0cef99..00000000 --- a/meta-fsl-arm/conf/machine/imx6qsabrelite.conf +++ /dev/null @@ -1,16 +0,0 @@ -#@TYPE: Machine -#@NAME: i.MX6Q SABRE Lite -#@DESCRIPTION: Machine configuration for Freescale i.MX6Q SABRE Lite - -include conf/machine/include/imx-base.inc -include conf/machine/include/tune-cortexa9.inc - -SOC_FAMILY = "mx6q:mx6" - -KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx6q-sabrelite.dts" - -UBOOT_MACHINE = "mx6qsabrelite_config" - -SERIAL_CONSOLE = "115200 ttymxc1" - -MACHINE_FEATURES += " pci wifi bluetooth" -- 2.40.1