diff options
| -rw-r--r-- | meta-fsl-arm/conf/machine/imx23evk.conf | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-fsl-arm/conf/machine/imx23evk.conf b/meta-fsl-arm/conf/machine/imx23evk.conf new file mode 100644 index 000000000..2722b251c --- /dev/null +++ b/meta-fsl-arm/conf/machine/imx23evk.conf | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@NAME: i.MX233 evaluation kit | ||
| 3 | #@DESCRIPTION: Machine configuration for Freescale i.MX23 Evaluation Kit | ||
| 4 | |||
| 5 | include conf/machine/include/mxs-base.inc | ||
| 6 | |||
| 7 | IMXBOOTLETS_MACHINE = "stmp378x_dev" | ||
| 8 | |||
| 9 | KERNEL_IMAGETYPE = "zImage" | ||
| 10 | |||
| 11 | IMAGE_BOOTLOADER = "imx-bootlets" | ||
| 12 | |||
| 13 | SDCARD_ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext3" | ||
| 14 | IMAGE_FSTYPES ?= "tar.bz2 ext3 linux.sb sdcard" | ||
| 15 | |||
| 16 | MACHINE_FEATURES = "apm usbgadget usbhost vfat alsa touchscreen" | ||
