mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00
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:
parent
3b351525b3
commit
95d05adece
18
conf/machine/imx6qsabrelite.conf
Normal file
18
conf/machine/imx6qsabrelite.conf
Normal 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"
|
Loading…
Reference in New Issue
Block a user