aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/imx23evk.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/imx23evk.conf')
-rw-r--r--conf/machine/imx23evk.conf16
1 files changed, 16 insertions, 0 deletions
diff --git a/conf/machine/imx23evk.conf b/conf/machine/imx23evk.conf
new file mode 100644
index 0000000..2722b25
--- /dev/null
+++ b/conf/machine/imx23evk.conf
@@ -0,0 +1,16 @@
+#@TYPE: Machine
+#@NAME: i.MX233 evaluation kit
+#@DESCRIPTION: Machine configuration for Freescale i.MX23 Evaluation Kit
+
+include conf/machine/include/mxs-base.inc
+
+IMXBOOTLETS_MACHINE = "stmp378x_dev"
+
+KERNEL_IMAGETYPE = "zImage"
+
+IMAGE_BOOTLOADER = "imx-bootlets"
+
+SDCARD_ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext3"
+IMAGE_FSTYPES ?= "tar.bz2 ext3 linux.sb sdcard"
+
+MACHINE_FEATURES = "apm usbgadget usbhost vfat alsa touchscreen"