summaryrefslogtreecommitdiffstats
path: root/conf/machine/imx25pdk.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/imx25pdk.conf')
-rw-r--r--conf/machine/imx25pdk.conf31
1 files changed, 0 insertions, 31 deletions
diff --git a/conf/machine/imx25pdk.conf b/conf/machine/imx25pdk.conf
deleted file mode 100644
index 2abadb25..00000000
--- a/conf/machine/imx25pdk.conf
+++ /dev/null
@@ -1,31 +0,0 @@
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
7MACHINEOVERRIDES =. "mx25:"
8
9include conf/machine/include/imx-base.inc
10include conf/machine/include/arm/armv5/tune-arm926ejs.inc
11
12# This machine is not supported by u-boot-imx as it is not tested by NXP on this
13# board. So we force it to use u-boot-fslc which is based on mainline here.
14IMX_DEFAULT_BOOTLOADER = "u-boot-fslc"
15
16UBOOT_MAKE_TARGET = "u-boot.imx"
17UBOOT_SUFFIX = "imx"
18
19UBOOT_MACHINE ?= "mx25pdk_defconfig"
20
21KERNEL_DEVICETREE = "imx25-pdk.dtb"
22
23SERIAL_CONSOLES = "115200;ttymxc0"
24
25MACHINE_FEATURES = "usbgadget usbhost vfat alsa touchscreen"
26
27WKS_FILE = "imx-uboot.wks"
28MACHINE_ESSENTIAL_EXTRA_RDEPENDS += " \
29 kernel-image \
30 kernel-devicetree \
31"