From 375f89b70655be2a17bbde36de6adb4e4a5a6975 Mon Sep 17 00:00:00 2001 From: Eric Nelson Date: Sun, 4 May 2014 08:08:40 -0700 Subject: [PATCH] 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 Signed-off-by: Otavio Salvador (cherry picked from commit 9d34fea1d067da7ffbca07b6f0827391aa207e7f) --- conf/machine/nitrogen6x.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/nitrogen6x.conf b/conf/machine/nitrogen6x.conf index b292d75..e486949 100644 --- a/conf/machine/nitrogen6x.conf +++ b/conf/machine/nitrogen6x.conf @@ -30,7 +30,7 @@ include conf/machine/include/imx-base.inc include conf/machine/include/tune-cortexa9.inc -SOC_FAMILY = "mx6:mx6q" +SOC_FAMILY = "mx6:mx6dl:mx6q" PREFERRED_PROVIDER_u-boot = "u-boot-boundary" PREFERRED_PROVIDER_virtual/kernel ?= "linux-boundary"