* [PATCH] nitrogen6x: Add support for i.MX6SDL CPU variants to SOC_FAMILY
@ 2014-05-04 13:49 Eric Nelson
2014-05-04 13:50 ` Eric Nelson
2014-05-04 13:52 ` Gary Thomas
0 siblings, 2 replies; 4+ messages in thread
From: Eric Nelson @ 2014-05-04 13:49 UTC (permalink / raw)
To: meta-freescale; +Cc: troy.kisky
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>
---
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 868d287..3a3707e 100644
--- a/conf/machine/nitrogen6x.conf
+++ b/conf/machine/nitrogen6x.conf
@@ -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"
--
1.9.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] nitrogen6x: Add support for i.MX6SDL CPU variants to SOC_FAMILY
2014-05-04 13:49 [PATCH] nitrogen6x: Add support for i.MX6SDL CPU variants to SOC_FAMILY Eric Nelson
@ 2014-05-04 13:50 ` Eric Nelson
2014-05-04 13:52 ` Gary Thomas
1 sibling, 0 replies; 4+ messages in thread
From: Eric Nelson @ 2014-05-04 13:50 UTC (permalink / raw)
To: meta-freescale; +Cc: troy.kisky
On 05/04/2014 06:49 AM, Eric Nelson wrote:
> 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.
>
Please disregard.
V2 with proper formatting forthcoming.
Not enough coffee this morning ;)
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] nitrogen6x: Add support for i.MX6SDL CPU variants to SOC_FAMILY
2014-05-04 13:49 [PATCH] nitrogen6x: Add support for i.MX6SDL CPU variants to SOC_FAMILY Eric Nelson
2014-05-04 13:50 ` Eric Nelson
@ 2014-05-04 13:52 ` Gary Thomas
2014-05-04 13:58 ` Eric Nelson
1 sibling, 1 reply; 4+ messages in thread
From: Gary Thomas @ 2014-05-04 13:52 UTC (permalink / raw)
To: meta-freescale
On 2014-05-04 07:49, Eric Nelson wrote:
> 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>
> ---
> 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 868d287..3a3707e 100644
> --- a/conf/machine/nitrogen6x.conf
> +++ b/conf/machine/nitrogen6x.conf
> @@ -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"
Why two consecutive colons?
>
> KERNEL_DEVICETREE = "imx6q-sabrelite.dtb imx6q-nitrogen6x.dtb imx6dl-nitrogen6x.dtb"
>
>
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-05-04 13:58 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-04 13:49 [PATCH] nitrogen6x: Add support for i.MX6SDL CPU variants to SOC_FAMILY Eric Nelson
2014-05-04 13:50 ` Eric Nelson
2014-05-04 13:52 ` Gary Thomas
2014-05-04 13:58 ` Eric Nelson
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.