summaryrefslogtreecommitdiffstats
path: root/conf/machine
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/imx23evk.conf2
-rw-r--r--conf/machine/imx28evk.conf2
-rw-r--r--conf/machine/include/imx-base.inc2
-rw-r--r--conf/machine/twr-vf65gs10.conf2
4 files changed, 4 insertions, 4 deletions
diff --git a/conf/machine/imx23evk.conf b/conf/machine/imx23evk.conf
index ddd6028..6ec1f14 100644
--- a/conf/machine/imx23evk.conf
+++ b/conf/machine/imx23evk.conf
@@ -14,4 +14,4 @@ UBOOT_MACHINE = "mx23evk_config"
14 14
15KERNEL_DEVICETREE = "imx23-evk.dtb" 15KERNEL_DEVICETREE = "imx23-evk.dtb"
16 16
17MACHINE_FEATURES = "apm usbgadget usbhost vfat touchscreen" 17MACHINE_FEATURES = "usbgadget usbhost vfat touchscreen"
diff --git a/conf/machine/imx28evk.conf b/conf/machine/imx28evk.conf
index c05ad8f..ac4cef5 100644
--- a/conf/machine/imx28evk.conf
+++ b/conf/machine/imx28evk.conf
@@ -20,7 +20,7 @@ KERNEL_DEVICETREE = "imx28-evk.dtb"
20 20
21SERIAL_CONSOLE = "115200 ttyAMA0" 21SERIAL_CONSOLE = "115200 ttyAMA0"
22 22
23MACHINE_FEATURES = "apm usbgadget usbhost vfat alsa touchscreen" 23MACHINE_FEATURES = "usbgadget usbhost vfat alsa touchscreen"
24 24
25## Parameters for NAND IC part-# K9LBG08U0D-PCB0 25## Parameters for NAND IC part-# K9LBG08U0D-PCB0
26 26
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc
index d6069a7..1d7993c 100644
--- a/conf/machine/include/imx-base.inc
+++ b/conf/machine/include/imx-base.inc
@@ -166,7 +166,7 @@ SERIAL_CONSOLE_mxs = "115200 ttyAMA0"
166 166
167KERNEL_IMAGETYPE = "zImage" 167KERNEL_IMAGETYPE = "zImage"
168 168
169MACHINE_FEATURES = "apm usbgadget usbhost vfat alsa touchscreen" 169MACHINE_FEATURES = "usbgadget usbhost vfat alsa touchscreen"
170 170
171# Add the ability to specify _imx machines 171# Add the ability to specify _imx machines
172MACHINEOVERRIDES =. "imx:" 172MACHINEOVERRIDES =. "imx:"
diff --git a/conf/machine/twr-vf65gs10.conf b/conf/machine/twr-vf65gs10.conf
index 40a98c0..dd5a21a 100644
--- a/conf/machine/twr-vf65gs10.conf
+++ b/conf/machine/twr-vf65gs10.conf
@@ -17,4 +17,4 @@ KERNEL_DEVICETREE = "vf610-twr.dtb"
17 17
18SERIAL_CONSOLE = "115200 ttyLP1" 18SERIAL_CONSOLE = "115200 ttyLP1"
19 19
20MACHINE_FEATURES = "apm usbgadget usbhost vfat alsa touchscreen" 20MACHINE_FEATURES = "usbgadget usbhost vfat alsa touchscreen"