]> code.ossystems Code Review - meta-freescale.git/commit
Fix use of SOC_FAMILY as the most right value is preferred
authorOtavio Salvador <otavio@ossystems.com.br>
Thu, 11 Apr 2013 13:06:55 +0000 (10:06 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 17 Apr 2013 21:20:22 +0000 (18:20 -0300)
commit7bf1dfa3cd95c023f0df2a177ec48be2432f285c
tree5fe55474aef430abbe0953e8ff8ed23dba9401ad
parent72ebba487ee9b914ebf841d3e032e86ee0cfe10d
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>
meta-fsl-arm/conf/machine/imx23evk.conf
meta-fsl-arm/conf/machine/imx28evk.conf
meta-fsl-arm/conf/machine/imx31pdk.conf
meta-fsl-arm/conf/machine/imx35pdk.conf
meta-fsl-arm/conf/machine/imx51evk.conf
meta-fsl-arm/conf/machine/imx53ard.conf
meta-fsl-arm/conf/machine/imx53qsb.conf
meta-fsl-arm/conf/machine/imx6dlsabresd.conf
meta-fsl-arm/conf/machine/imx6qsabreauto.conf
meta-fsl-arm/conf/machine/imx6qsabresd.conf
meta-fsl-arm/conf/machine/imx6slevk.conf