diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2017-01-24 10:46:50 -0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2017-01-27 13:31:28 -0200 |
commit | da745817b89b096b3a74d71e8540faebd1a83c1c (patch) | |
tree | e1f839645b31007cd27daa120d9b19dd2cf71463 /conf | |
parent | f8841b1deb372020ee3eeea7b1661b30fccf2530 (diff) | |
download | meta-freescale-da745817b89b096b3a74d71e8540faebd1a83c1c.tar.gz |
imx6ulevk: 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.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/imx6ulevk.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/imx6ulevk.conf b/conf/machine/imx6ulevk.conf index ca69e75f..dadd525b 100644 --- a/conf/machine/imx6ulevk.conf +++ b/conf/machine/imx6ulevk.conf | |||
@@ -4,7 +4,7 @@ | |||
4 | #@DESCRIPTION: Machine configuration for NXP i.MX6UL EVK | 4 | #@DESCRIPTION: Machine configuration for NXP i.MX6UL EVK |
5 | #@MAINTAINER: Lauren Post <lauren.post@nxp.com> | 5 | #@MAINTAINER: Lauren Post <lauren.post@nxp.com> |
6 | 6 | ||
7 | MACHINEOVERRIDES =. "mx6ul:" | 7 | MACHINEOVERRIDES =. "mx6:mx6ul:" |
8 | 8 | ||
9 | include conf/machine/include/imx-base.inc | 9 | include conf/machine/include/imx-base.inc |
10 | include conf/machine/include/tune-cortexa7.inc | 10 | include conf/machine/include/tune-cortexa7.inc |