mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00
nitrogen6x: Add support for i.MX6SDL CPU variants to SOC_FAMILY
The Nitrogen6x has options for i.MX6DL and i.MX6S, and without mx6dl in the SOC_FAMILY, Dual-Lite/Solo features of other components won't be built. The problem triggering this patch is the firmware-imx package, which will not install the Dual-Lite/Solo firmware for the VPU (lib/firmware/vpu_fw_imx6d.bin). Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
parent
2a72004cbd
commit
9d34fea1d0
|
@ -31,7 +31,7 @@
|
|||
include conf/machine/include/imx-base.inc
|
||||
include conf/machine/include/tune-cortexa9.inc
|
||||
|
||||
SOC_FAMILY = "mx6:mx6q"
|
||||
SOC_FAMILY = "mx6:mx6dl:mx6q"
|
||||
|
||||
KERNEL_DEVICETREE = "imx6q-sabrelite.dtb imx6q-nitrogen6x.dtb imx6dl-nitrogen6x.dtb"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user