All of lore.kernel.org
 help / color / mirror / Atom feed
* [3rdparty][PATCH 1/2] imx6dl-riotboard: Add missing MACHINEOVERRIDES set
@ 2017-01-26 15:50 Fabio Berton
  2017-01-26 15:50 ` [3rdparty][PATCH 2/2] imx6ul-pico-hobbit: Add mx6 in the " Fabio Berton
  0 siblings, 1 reply; 2+ messages in thread
From: Fabio Berton @ 2017-01-26 15:50 UTC (permalink / raw)
  To: meta-freescale

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
---
 conf/machine/imx6dl-riotboard.conf | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/conf/machine/imx6dl-riotboard.conf b/conf/machine/imx6dl-riotboard.conf
index cba0c2e..6cc4f8c 100644
--- a/conf/machine/imx6dl-riotboard.conf
+++ b/conf/machine/imx6dl-riotboard.conf
@@ -7,6 +7,8 @@
 include conf/machine/include/imx-base.inc
 include conf/machine/include/tune-cortexa9.inc
 
+MACHINEOVERRIDES =. "mx6:mx6dl:"
+
 UBOOT_MACHINE = "riotboard_defconfig"
 
 PREFERRED_PROVIDER_virtual/kernel ?= "linux-fslc"
-- 
2.11.0



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [3rdparty][PATCH 2/2] imx6ul-pico-hobbit: Add mx6 in the MACHINEOVERRIDES set
  2017-01-26 15:50 [3rdparty][PATCH 1/2] imx6dl-riotboard: Add missing MACHINEOVERRIDES set Fabio Berton
@ 2017-01-26 15:50 ` Fabio Berton
  0 siblings, 0 replies; 2+ messages in thread
From: Fabio Berton @ 2017-01-26 15:50 UTC (permalink / raw)
  To: meta-freescale

The i.MX6 UL was dealt in a specific way due the metadata not being
fully ported still to the feature overrides set; now that most
metadata has been converted it is the right time to add the mx6 SoC
family here as well.

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
---
 conf/machine/imx6ul-pico-hobbit.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/machine/imx6ul-pico-hobbit.conf b/conf/machine/imx6ul-pico-hobbit.conf
index 6e0aee3..14d773f 100644
--- a/conf/machine/imx6ul-pico-hobbit.conf
+++ b/conf/machine/imx6ul-pico-hobbit.conf
@@ -4,7 +4,7 @@
 #@DESCRIPTION: Machine configuration for Hobbitboard (PICO-IMX6UL)
 #@MAINTAINER: Daiane Angolini <daiane.angolini@nxp.com>
 
-MACHINEOVERRIDES =. "mx6ul:"
+MACHINEOVERRIDES =. "mx6:mx6ul:"
 
 include conf/machine/include/imx-base.inc
 include conf/machine/include/tune-cortexa7.inc
-- 
2.11.0



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-01-26 15:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-26 15:50 [3rdparty][PATCH 1/2] imx6dl-riotboard: Add missing MACHINEOVERRIDES set Fabio Berton
2017-01-26 15:50 ` [3rdparty][PATCH 2/2] imx6ul-pico-hobbit: Add mx6 in the " Fabio Berton

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.