cfa10036.inc: Fix machine override definition

The order of processing is done from left to right so the
machine-group ought to be used just before the machine itself and the
'=.' operator /prepends/ the string so we need to change this.

The code now uses the SOC_FAMILY to set this as this is how we've been
doing in all other machines which fits in this case.

Change-Id: I049271ae77fc96b97486736f726bf90bfb58c2b6
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
Otavio Salvador 2013-09-25 22:24:48 -03:00
parent 0a5f2928cc
commit cc64dc7e89

View File

@ -2,9 +2,7 @@
include conf/machine/include/mxs-base.inc
SOC_FAMILY = "mxs:mx28"
MACHINEOVERRIDES =. "cfa10036:"
SOC_FAMILY = "mxs:mx28:cfa10036"
PREFERRED_PROVIDER_virtual/kernel = "linux-cfa"