From 74af82332fcec03f19f278024ad131c7c6eb3f53 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Thu, 11 Apr 2013 10:06:55 -0300 Subject: 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 --- conf/machine/imx6qsabresd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/machine/imx6qsabresd.conf') diff --git a/conf/machine/imx6qsabresd.conf b/conf/machine/imx6qsabresd.conf index d5a5192..67bdc65 100644 --- a/conf/machine/imx6qsabresd.conf +++ b/conf/machine/imx6qsabresd.conf @@ -5,7 +5,7 @@ include conf/machine/include/imx-base.inc include conf/machine/include/tune-cortexa9.inc -SOC_FAMILY = "mx6q:mx6" +SOC_FAMILY = "mx6:mx6q" KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx6q-sabresd.dts" -- cgit v1.2.3-54-g00ecf