diff options
-rw-r--r-- | conf/machine/imx23evk.conf | 2 | ||||
-rw-r--r-- | conf/machine/imx28evk.conf | 2 | ||||
-rw-r--r-- | conf/machine/include/imx-base.inc | 2 | ||||
-rw-r--r-- | conf/machine/twr-vf65gs10.conf | 2 |
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 | ||
15 | KERNEL_DEVICETREE = "imx23-evk.dtb" | 15 | KERNEL_DEVICETREE = "imx23-evk.dtb" |
16 | 16 | ||
17 | MACHINE_FEATURES = "apm usbgadget usbhost vfat touchscreen" | 17 | MACHINE_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 | ||
21 | SERIAL_CONSOLE = "115200 ttyAMA0" | 21 | SERIAL_CONSOLE = "115200 ttyAMA0" |
22 | 22 | ||
23 | MACHINE_FEATURES = "apm usbgadget usbhost vfat alsa touchscreen" | 23 | MACHINE_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 | ||
167 | KERNEL_IMAGETYPE = "zImage" | 167 | KERNEL_IMAGETYPE = "zImage" |
168 | 168 | ||
169 | MACHINE_FEATURES = "apm usbgadget usbhost vfat alsa touchscreen" | 169 | MACHINE_FEATURES = "usbgadget usbhost vfat alsa touchscreen" |
170 | 170 | ||
171 | # Add the ability to specify _imx machines | 171 | # Add the ability to specify _imx machines |
172 | MACHINEOVERRIDES =. "imx:" | 172 | MACHINEOVERRIDES =. "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 | ||
18 | SERIAL_CONSOLE = "115200 ttyLP1" | 18 | SERIAL_CONSOLE = "115200 ttyLP1" |
19 | 19 | ||
20 | MACHINE_FEATURES = "apm usbgadget usbhost vfat alsa touchscreen" | 20 | MACHINE_FEATURES = "usbgadget usbhost vfat alsa touchscreen" |