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:00:02 -0300
commit90c00bba1ce3d3df78138c146323c7244099aa26 (patch)
tree9d7aad6f01e7958147c7270dbff4b01401341d54 /conf/machine/ls1021atwr.conf
parent0bd6831d1122581ea619314da2cd68830564a64e (diff)
downloadmeta-fsl-arm-90c00bba1ce3d3df78138c146323c7244099aa26.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 4478e95..2cf5916 100644
--- a/conf/machine/ls1021atwr.conf
+++ b/conf/machine/ls1021atwr.conf
@@ -4,11 +4,11 @@
4#@DESCRIPTION: Machine configuration for running LS1021ATWR in 32-bit mode 4#@DESCRIPTION: Machine configuration for running LS1021ATWR in 32-bit mode
5#@MAINTAINER: Zhenhua Luo <zhenhua.luo@freescale.com> 5#@MAINTAINER: Zhenhua Luo <zhenhua.luo@freescale.com>
6 6
7MACHINEOVERRIDES =. "ls102xa:"
8
7require conf/machine/include/qoriq-arm.inc 9require conf/machine/include/qoriq-arm.inc
8require conf/machine/include/tune-cortexa7.inc 10require conf/machine/include/tune-cortexa7.inc
9 11
10SOC_FAMILY = "ls102xa"
11
12UBOOT_CONFIG ??= "nor" 12UBOOT_CONFIG ??= "nor"
13UBOOT_CONFIG[nor] = "ls1021atwr_nor_config" 13UBOOT_CONFIG[nor] = "ls1021atwr_nor_config"
14UBOOT_CONFIG[sdcard] = "ls1021atwr_sdcard_config,sdcard" 14UBOOT_CONFIG[sdcard] = "ls1021atwr_sdcard_config,sdcard"