summaryrefslogtreecommitdiffstats
path: root/conf/machine/imx6dlsabresd.conf
AgeCommit message (Collapse)Author
2013-04-17Fix use of SOC_FAMILY as the most right value is preferredOtavio Salvador
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>
2013-04-17imx6dlsabresd: Use U-Boot 2009.08 from FreescaleOtavio Salvador
The U-Boot 2013.04 does not has support for i.MX6DL SabreSD so ensure we use U-Boot 2009.08 until it is added. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-03-30imx6dlsabresd: Fix machine descriptionOtavio Salvador
Change-Id: I7c1b6324925f8d9b5d534cb9ab5999d5e864597e Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-03-22imx6dlsabresd: Add machine definitionDaiane Angolini
Add machine definition for Freescale i.MX6DL SabreSD board. Also called i.MX6DL SDP Change-Id: I4bfa8568109bc76e1f4880dbb7266691e25874cc Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>