Commit Graph

6 Commits

Author SHA1 Message Date
Otavio Salvador
5f5a9cfcad 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.

Change-Id: I34ae0076690716ba71fd80311a1e427821e4e762
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-04-17 18:36:29 -03:00
Otavio Salvador
fadd5041fc imx233-olinuxino.inc: Use U-Boot by default
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>
2013-04-09 15:38:39 -03:00
Otavio Salvador
3885881fb5 imx233-olinuxino: Add mx23 to the SoC family
Change-Id: Ia1cf14ddbb29bed200c0a128aa6cf3757b45cd07
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-04-09 15:38:39 -03:00
Otavio Salvador
d33a3a13f1 imx233-olinuxino.inc: fix override appending
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>
2012-07-28 15:21:36 -03:00
Otavio Salvador
7bf04681af imx233-olinuxino.inc: create imx233-olinuxino override
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>
2012-07-26 17:33:14 -03:00
Otavio Salvador
dbbcc17221 imx233-olinuxino: move common definitions to a .inc file
This avoids duplication in machine and allow for easy addition of new
variants of board.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-07-26 17:33:14 -03:00