diff options
-rw-r--r-- | conf/machine/imx25pdk.conf | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/conf/machine/imx25pdk.conf b/conf/machine/imx25pdk.conf new file mode 100644 index 00000000..f35d0db4 --- /dev/null +++ b/conf/machine/imx25pdk.conf | |||
@@ -0,0 +1,24 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@NAME: NXP i.MX25 Evaluation Kit | ||
3 | #@SOC: i.MX25 | ||
4 | #@DESCRIPTION: Machine configuration for NXP i.MX25 Evaluation Kit | ||
5 | #@MAINTAINER: Otavio Salvador <otavio@ossystems.com.br> | ||
6 | |||
7 | MACHINEOVERRIDES =. "mx25:" | ||
8 | |||
9 | include conf/machine/include/imx-base.inc | ||
10 | include conf/machine/include/tune-arm926ejs.inc | ||
11 | |||
12 | UBOOT_MACHINE ?= "mx25pdk_defconfig" | ||
13 | |||
14 | KERNEL_DEVICETREE = "imx25-pdk.dtb" | ||
15 | |||
16 | SERIAL_CONSOLE = "115200 ttymxc0" | ||
17 | |||
18 | MACHINE_FEATURES = "usbgadget usbhost vfat alsa touchscreen" | ||
19 | |||
20 | WKS_FILE ?= "imx-uboot.wks" | ||
21 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS += " \ | ||
22 | kernel-image \ | ||
23 | kernel-devicetree \ | ||
24 | " | ||