imx6qsabrelite: Add Boundary Devices SabreLITE machine definition

This adds the Boundary Devices SabreLITE machine which were maintained
in meta-fsl-arm. We did this change as the support of the board is not
done by Freescale officially and the kernel with better support is the
one done by Boundary Devices which we now have available.

Change-Id: Ie040b38e23885fa164bb4cd25d8c4b0b00471e5c
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
Otavio Salvador 2013-04-06 12:11:50 -03:00
parent 3b351525b3
commit 95d05adece

View File

@ -0,0 +1,18 @@
#@TYPE: Machine
#@NAME: i.MX6Q SABRE Lite
#@DESCRIPTION: Machine configuration for Boundary Devices 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"
PREFERRED_PROVIDER_virtual/kernel = "linux-boundary"
UBOOT_MACHINE = "mx6qsabrelite_config"
SERIAL_CONSOLE = "115200 ttymxc1"
MACHINE_FEATURES += " pci wifi bluetooth"