summaryrefslogtreecommitdiffstats
path: root/conf/machine/ls1021atwr.conf
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2016-07-01 11:15:40 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2016-09-08 11:24:24 -0300
commit6de06b07e594e3642fc97cafbcd1b98e231b2f39 (patch)
tree0cbb43d5327ea1875d1a89121c1f1c71867d7bcd /conf/machine/ls1021atwr.conf
parentc23736b343f1ee549870584b8f53f085deabffe4 (diff)
downloadmeta-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.conf4
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
8MACHINEOVERRIDES =. "ls102xa:"
9
8require conf/machine/include/qoriq-arm.inc 10require conf/machine/include/qoriq-arm.inc
9require conf/machine/include/tune-cortexa7.inc 11require conf/machine/include/tune-cortexa7.inc
10 12
11DEFAULTTUNE = "cortexa7hf-neon" 13DEFAULTTUNE = "cortexa7hf-neon"
12 14
13SOC_FAMILY = "ls102xa"
14
15UBOOT_CONFIG ??= "sdcard-ifc sdcard-qspi lpuart qspi secure-boot nor" 15UBOOT_CONFIG ??= "sdcard-ifc sdcard-qspi lpuart qspi secure-boot nor"
16UBOOT_CONFIG[nor] = "ls1021atwr_nor_config" 16UBOOT_CONFIG[nor] = "ls1021atwr_nor_config"
17UBOOT_CONFIG[sdcard-ifc] = "ls1021atwr_sdcard_ifc_config" 17UBOOT_CONFIG[sdcard-ifc] = "ls1021atwr_sdcard_ifc_config"