From ef296050f761098df709f88137791f4acf7da741 Mon Sep 17 00:00:00 2001 From: Fabio Berton Date: Wed, 25 Jan 2017 10:37:21 -0200 Subject: [PATCH] imx6ul-pico-hobbit: Add mx6 in the MACHINEOVERRIDES set The i.MX 6UL 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. Change-Id: I8e86c43cf4a9351d8a677fa829f9b321b9c27f51 Signed-off-by: Fabio Berton Signed-off-by: Otavio Salvador --- 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 -MACHINEOVERRIDES =. "mx6ul:" +MACHINEOVERRIDES =. "mx6:mx6ul:" include conf/machine/include/imx-base.inc include conf/machine/include/tune-cortexa7.inc