diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2013-04-11 10:06:55 -0300 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2013-04-17 18:20:22 -0300 |
| commit | 7bf1dfa3cd95c023f0df2a177ec48be2432f285c (patch) | |
| tree | 5fe55474aef430abbe0953e8ff8ed23dba9401ad /meta-fsl-arm/conf/machine/imx23evk.conf | |
| parent | 72ebba487ee9b914ebf841d3e032e86ee0cfe10d (diff) | |
| download | meta-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.conf | 2 |
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 | ||
| 5 | include conf/machine/include/mxs-base.inc | 5 | include conf/machine/include/mxs-base.inc |
| 6 | 6 | ||
| 7 | SOC_FAMILY = "mx23:mxs" | 7 | SOC_FAMILY = "mxs:mx23" |
| 8 | 8 | ||
| 9 | IMXBOOTLETS_MACHINE = "stmp378x_dev" | 9 | IMXBOOTLETS_MACHINE = "stmp378x_dev" |
| 10 | UBOOT_MACHINE = "mx23evk_config" | 10 | UBOOT_MACHINE = "mx23evk_config" |
