summaryrefslogtreecommitdiffstats
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 @@
1#@TYPE: Machine
2#@NAME: i.MX233 evaluation kit
3#@DESCRIPTION: Machine configuration for Freescale i.MX23 Evaluation Kit
4
5include conf/machine/include/mxs-base.inc
6
7IMXBOOTLETS_MACHINE = "stmp378x_dev"
8
9KERNEL_IMAGETYPE = "zImage"
10
11IMAGE_BOOTLOADER = "imx-bootlets"
12
13SDCARD_ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext3"
14IMAGE_FSTYPES ?= "tar.bz2 ext3 linux.sb sdcard"
15
16MACHINE_FEATURES = "apm usbgadget usbhost vfat alsa touchscreen"