diff options
Diffstat (limited to 'conf/machine/imx31pdk.conf')
| -rw-r--r-- | conf/machine/imx31pdk.conf | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/conf/machine/imx31pdk.conf b/conf/machine/imx31pdk.conf new file mode 100644 index 000000000..cf368eb88 --- /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 | |||
| 6 | include conf/machine/include/imx-base.inc | ||
| 7 | require conf/machine/include/tune-arm1136jf-s.inc | ||
| 8 | |||
| 9 | SOC_FAMILY = "mx3:mx31" | ||
| 10 | |||
| 11 | GUI_MACHINE_CLASS = "smallscreen" | ||
| 12 | |||
| 13 | UBOOT_MAKE_TARGET = "u-boot-with-spl.bin" | ||
| 14 | UBOOT_SUFFIX = "bin" | ||
| 15 | UBOOT_MACHINE = "mx31pdk_config" | ||
| 16 | UBOOT_BINARY = "u-boot-with-spl.bin" | ||
| 17 | KERNEL_IMAGETYPE = "uImage" | ||
| 18 | |||
| 19 | IMAGE_FSTYPES = "ubi jffs2 tar.bz2" | ||
| 20 | MKUBIFS_ARGS = "-m 2048 -e 129024 -c 2030" | ||
| 21 | UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512" | ||
| 22 | |||
| 23 | MACHINE_FEATURES += "ext3 bluetooth ext2 screen" | ||
| 24 | |||
