aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/imx31pdk.conf
AgeCommit message (Collapse)Author
2013-03-13imx31pdk, imx35pdk: Use XSERVER from imx-base.incFabio Estevam
XSERVER is already defined in imx-base.inc, no need to re-define it again. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
2013-03-13imx31pdk, imx35pdk: Remove 'kernel26' featureFabio Estevam
'kernel26' feature has been already removed in oe-core. No need to keep this anymore. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
2013-01-07imx-base.inc: Centralize the preferred kernel for i.MX3X SoCsOtavio Salvador
The preferred kernel for i.MX3X SoCs are the same so we should set it in imx-base.inc. The previous setting were not working as the board files were using weak setting and the default (linux-imx) were being used by mistake. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-10-15Use SoC model in SoC family informationOtavio Salvador
Change-Id: I952910e3d6d96a78acbeacad31cbf1034f31cce5 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-09-25imx31pdk: Override U-Boot targetAmjad Afzaal
The imx-base.inc default to use u-boot.imx as U-Boot target and imx as U-Boot suffix but the Soc needs to use u-boot-nand.bin as U-Boot target and bin as U-Boot suffix. Signed-off-by: Amjad Afzaal <bcsf09m001@pucit.edu.pk>
2012-09-24imx31pdk: Add machine definitionAmjad Afzaal
Signed-off-by: Amjad Afzaal <bcsf09m001@pucit.edu.pk>