summaryrefslogtreecommitdiffstats
path: root/conf/machine/imx31pdk.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/imx31pdk.conf')
-rw-r--r--conf/machine/imx31pdk.conf24
1 files changed, 24 insertions, 0 deletions
diff --git a/conf/machine/imx31pdk.conf b/conf/machine/imx31pdk.conf
new file mode 100644
index 00000000..cf368eb8
--- /dev/null
+++ b/conf/machine/imx31pdk.conf
@@ -0,0 +1,24 @@
1#@TYPE: Machine
2#@NAME: Freescale i.MX31 Platform Development Kit
3#@SOC: i.MX31
4#@DESCRIPTION: Machine configuration for Freescale i.MX31 Platform Development Kit
5
6include conf/machine/include/imx-base.inc
7require conf/machine/include/tune-arm1136jf-s.inc
8
9SOC_FAMILY = "mx3:mx31"
10
11GUI_MACHINE_CLASS = "smallscreen"
12
13UBOOT_MAKE_TARGET = "u-boot-with-spl.bin"
14UBOOT_SUFFIX = "bin"
15UBOOT_MACHINE = "mx31pdk_config"
16UBOOT_BINARY = "u-boot-with-spl.bin"
17KERNEL_IMAGETYPE = "uImage"
18
19IMAGE_FSTYPES = "ubi jffs2 tar.bz2"
20MKUBIFS_ARGS = "-m 2048 -e 129024 -c 2030"
21UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512"
22
23MACHINE_FEATURES += "ext3 bluetooth ext2 screen"
24