diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2016-07-01 11:15:40 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-09-08 11:24:24 -0300 |
commit | 6de06b07e594e3642fc97cafbcd1b98e231b2f39 (patch) | |
tree | 0cbb43d5327ea1875d1a89121c1f1c71867d7bcd /conf/machine/ls1021atwr.conf | |
parent | c23736b343f1ee549870584b8f53f085deabffe4 (diff) | |
download | meta-freescale-6de06b07e594e3642fc97cafbcd1b98e231b2f39.tar.gz |
Convert SOC_FAMILY to MACHINEOVERRIDES
The SOC_FAMILY is an indirection which makes the understanding, from
OpenEmbedded versed developers and users, more difficult. Instead of
using the SOC_FAMILY indirection which is rarely used, we now move to
the MACHINEOVERRIDES mechanism as this is in fact what is in use.
Change-Id: Ic6e58b79bdc990ac853c87761c3fff635786e4e5
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf/machine/ls1021atwr.conf')
-rw-r--r-- | conf/machine/ls1021atwr.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/ls1021atwr.conf b/conf/machine/ls1021atwr.conf index 1ba49922..8006885c 100644 --- a/conf/machine/ls1021atwr.conf +++ b/conf/machine/ls1021atwr.conf | |||
@@ -5,13 +5,13 @@ | |||
5 | # Module Rev2.0 with ARM Cortex-A7 core | 5 | # Module Rev2.0 with ARM Cortex-A7 core |
6 | #@MAINTAINER: Zhenhua Luo <zhenhua.luo@freescale.com> | 6 | #@MAINTAINER: Zhenhua Luo <zhenhua.luo@freescale.com> |
7 | 7 | ||
8 | MACHINEOVERRIDES =. "ls102xa:" | ||
9 | |||
8 | require conf/machine/include/qoriq-arm.inc | 10 | require conf/machine/include/qoriq-arm.inc |
9 | require conf/machine/include/tune-cortexa7.inc | 11 | require conf/machine/include/tune-cortexa7.inc |
10 | 12 | ||
11 | DEFAULTTUNE = "cortexa7hf-neon" | 13 | DEFAULTTUNE = "cortexa7hf-neon" |
12 | 14 | ||
13 | SOC_FAMILY = "ls102xa" | ||
14 | |||
15 | UBOOT_CONFIG ??= "sdcard-ifc sdcard-qspi lpuart qspi secure-boot nor" | 15 | UBOOT_CONFIG ??= "sdcard-ifc sdcard-qspi lpuart qspi secure-boot nor" |
16 | UBOOT_CONFIG[nor] = "ls1021atwr_nor_config" | 16 | UBOOT_CONFIG[nor] = "ls1021atwr_nor_config" |
17 | UBOOT_CONFIG[sdcard-ifc] = "ls1021atwr_sdcard_ifc_config" | 17 | UBOOT_CONFIG[sdcard-ifc] = "ls1021atwr_sdcard_ifc_config" |