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.
Change-Id: I34ae0076690716ba71fd80311a1e427821e4e762
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
The U-Boot now supports the mx23-olinuxino boards so we now use it by
default. The imx-bootlets support is still available in case someone
needs it.
Change-Id: I0ddf95f73b444db97056eb6568646cf236fa2b89
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
We used the appending at wrong place making it not work for finding
the right files for overrides. This fixes the error.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Allow for easy maintainence and avoid duplication when definitions or
patches are shareable in all variants.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>