summaryrefslogtreecommitdiffstats
path: root/conf/machine/include
Commit message (Collapse)AuthorAgeFilesLines
* imx-base.inc: change EXTRA_IMAGEDEPENDS to u-boot for easy configurationOtavio Salvador2012-03-161-1/+1
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-base: rename include file and minor fixesAdrian Alonso2012-02-011-8/+3
| | | | | | | | | | | | * Rename imx-base include file so it can be include in most iMx platforms imx53, imx6q * Move tune arch options to machine conf file to be able to reuse in different targets * Fix EXTRA_IMAGEDEPENDS variable name. * Remove kernel26 from MACHINE_FEATURES this is no longer used. Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
* imx53-base.inc: Do not append to IMAGE_FSTYPES in board config.Leon Woestenberg2011-12-201-1/+1
| | | | | | | | The user may want to override this setting. Use conditional assignment. Signed-off-by: Leon Woestenberg <leon@sidebranch.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* move all common definitions for i.MX53 machines onto imx53-base.incOtavio Salvador2011-12-201-0/+39
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* avoid changing settings under the hood of non-BSP machinesOtavio Salvador2011-12-201-0/+3
In case Meta-Freescale is used together with other layers it shouldn't change any setting except when using the BSD specific machines thus the include files are moved onto a imx53-base.inc file. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>