summaryrefslogtreecommitdiffstats
path: root/conf/machine
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2013-04-06 11:41:55 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2013-04-06 11:41:55 -0300
commit135f9698881b7a26a90eced5e00aa587ac083db7 (patch)
treeeeb313cdab799ccf9f93b77bbf037e5abf6da9cf /conf/machine
parent0a9469a14c593d7fb2c2b17fa6c91e0e49e29158 (diff)
downloadmeta-fsl-arm-135f9698881b7a26a90eced5e00aa587ac083db7.tar.gz
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 <otavio@ossystems.com.br>
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/imx6qsabrelite.conf16
1 files changed, 0 insertions, 16 deletions
diff --git a/conf/machine/imx6qsabrelite.conf b/conf/machine/imx6qsabrelite.conf
deleted file mode 100644
index 6a0cef9..0000000
--- a/conf/machine/imx6qsabrelite.conf
+++ /dev/null
@@ -1,16 +0,0 @@
1#@TYPE: Machine
2#@NAME: i.MX6Q SABRE Lite
3#@DESCRIPTION: Machine configuration for Freescale i.MX6Q SABRE Lite
4
5include conf/machine/include/imx-base.inc
6include conf/machine/include/tune-cortexa9.inc
7
8SOC_FAMILY = "mx6q:mx6"
9
10KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx6q-sabrelite.dts"
11
12UBOOT_MACHINE = "mx6qsabrelite_config"
13
14SERIAL_CONSOLE = "115200 ttymxc1"
15
16MACHINE_FEATURES += " pci wifi bluetooth"