diff options
Diffstat (limited to 'conf/machine/imx35pdk.conf')
| -rw-r--r-- | conf/machine/imx35pdk.conf | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/conf/machine/imx35pdk.conf b/conf/machine/imx35pdk.conf new file mode 100644 index 000000000..a3fc60cb8 --- /dev/null +++ b/conf/machine/imx35pdk.conf | |||
| @@ -0,0 +1,25 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@NAME: Freescale i.MX35 Platform Development Kit | ||
| 3 | #@SOC: i.MX35 | ||
| 4 | #@DESCRIPTION: Machine configuration for Freescale i.MX35 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:mx35" | ||
| 10 | |||
| 11 | UBOOT_MACHINE = "mx35pdk_config" | ||
| 12 | UBOOT_SUFFIX = "bin" | ||
| 13 | UBOOT_BINARY = "u-boot.bin" | ||
| 14 | UBOOT_MAKE_TARGET = "u-boot.bin" | ||
| 15 | KERNEL_IMAGETYPE = "uImage" | ||
| 16 | |||
| 17 | GUI_MACHINE_CLASS = "bigscreen" | ||
| 18 | |||
| 19 | ROOT_FLASH_SIZE = "256" | ||
| 20 | |||
| 21 | JFFS2_ERASEBLOCK = "0x20000" | ||
| 22 | |||
| 23 | IMAGE_FSTYPES += "jffs2 tar.bz2" | ||
| 24 | |||
| 25 | MACHINE_FEATURES += "ext2 ext3 screen" | ||
