summaryrefslogtreecommitdiffstats
path: root/meta-fsl-arm/conf/machine/imx23evk.conf
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2013-04-11 10:06:55 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2013-04-17 18:20:22 -0300
commit7bf1dfa3cd95c023f0df2a177ec48be2432f285c (patch)
tree5fe55474aef430abbe0953e8ff8ed23dba9401ad /meta-fsl-arm/conf/machine/imx23evk.conf
parent72ebba487ee9b914ebf841d3e032e86ee0cfe10d (diff)
downloadmeta-freescale-7bf1dfa3cd95c023f0df2a177ec48be2432f285c.tar.gz
Fix use of SOC_FAMILY as the most right value is preferred
The SOC_FAMILY uses the MACHINEOVERRIDES and it evaluates from left to right. In this case, the most SoC specific value needs to be kept in the right so it take precedence. This has been catch when finding out why i.MX6SL EVK where using the wrong value as entry point, and this was the root cause. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'meta-fsl-arm/conf/machine/imx23evk.conf')
-rw-r--r--meta-fsl-arm/conf/machine/imx23evk.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-fsl-arm/conf/machine/imx23evk.conf b/meta-fsl-arm/conf/machine/imx23evk.conf
index a5c0f9894..80a771fa4 100644
--- a/meta-fsl-arm/conf/machine/imx23evk.conf
+++ b/meta-fsl-arm/conf/machine/imx23evk.conf
@@ -4,7 +4,7 @@
4 4
5include conf/machine/include/mxs-base.inc 5include conf/machine/include/mxs-base.inc
6 6
7SOC_FAMILY = "mx23:mxs" 7SOC_FAMILY = "mxs:mx23"
8 8
9IMXBOOTLETS_MACHINE = "stmp378x_dev" 9IMXBOOTLETS_MACHINE = "stmp378x_dev"
10UBOOT_MACHINE = "mx23evk_config" 10UBOOT_MACHINE = "mx23evk_config"