summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/machine/imx23evk.conf2
-rw-r--r--conf/machine/imx28evk.conf2
2 files changed, 0 insertions, 4 deletions
diff --git a/conf/machine/imx23evk.conf b/conf/machine/imx23evk.conf
index 5e8be1e9..64e0411a 100644
--- a/conf/machine/imx23evk.conf
+++ b/conf/machine/imx23evk.conf
@@ -19,5 +19,3 @@ UBOOT_SUFFIX = "sb"
19UBOOT_MACHINE = "mx23evk_config" 19UBOOT_MACHINE = "mx23evk_config"
20 20
21KERNEL_DEVICETREE = "imx23-evk.dtb" 21KERNEL_DEVICETREE = "imx23-evk.dtb"
22
23MACHINE_FEATURES = "usbgadget usbhost vfat touchscreen"
diff --git a/conf/machine/imx28evk.conf b/conf/machine/imx28evk.conf
index 9763a396..99ed29a9 100644
--- a/conf/machine/imx28evk.conf
+++ b/conf/machine/imx28evk.conf
@@ -25,8 +25,6 @@ KERNEL_DEVICETREE = "imx28-evk.dtb"
25 25
26SERIAL_CONSOLES = "115200;ttyAMA0" 26SERIAL_CONSOLES = "115200;ttyAMA0"
27 27
28MACHINE_FEATURES = "usbgadget usbhost vfat alsa touchscreen"
29
30## Parameters for NAND IC part-# K9LBG08U0D-PCB0 28## Parameters for NAND IC part-# K9LBG08U0D-PCB0
31 29
32MKUBIFS_ARGS = "--min-io-size 4096 --leb-size 516096 --max-leb-cnt 8139" 30MKUBIFS_ARGS = "--min-io-size 4096 --leb-size 516096 --max-leb-cnt 8139"