summaryrefslogtreecommitdiffstats
path: root/conf/machine/imx23evk.conf
Commit message (Collapse)AuthorAgeFilesLines
* Fix use of SOC_FAMILY as the most right value is preferredOtavio Salvador2013-04-171-1/+1
| | | | | | | | | | | 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>
* imx23evk: Use U-Boot by defaultOtavio Salvador2013-04-091-4/+3
| | | | | | | | | The U-Boot now supports the imx23evk board so we now use it by default. The imx-bootlets support is still available in case someone needs it. Change-Id: I321e1b8e461e5bdfa9995964e4ab1c779c222c6b Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx23evk: Add mx23 to SoC familyOtavio Salvador2013-04-091-0/+2
| | | | | Change-Id: If9dbc35a3ad2253e3433c3f90837b9559bf435d9 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx23evk: add device tree kernel targetOtavio Salvador2012-07-101-0/+1
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx23evk: add machine definitionOtavio Salvador2012-05-211-0/+16
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>