summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/machine/imx23evk.conf2
-rw-r--r--conf/machine/imx28evk.conf2
-rw-r--r--conf/machine/include/imx-base.inc2
3 files changed, 1 insertions, 5 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"
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc
index cd6a077a..18fe65f6 100644
--- a/conf/machine/include/imx-base.inc
+++ b/conf/machine/include/imx-base.inc
@@ -614,7 +614,7 @@ SERIAL_CONSOLES:mxs-generic-bsp = "115200;ttyAMA0"
614KERNEL_IMAGETYPE = "zImage" 614KERNEL_IMAGETYPE = "zImage"
615KERNEL_IMAGETYPE:aarch64 = "Image" 615KERNEL_IMAGETYPE:aarch64 = "Image"
616 616
617MACHINE_FEATURES = "usbgadget usbhost vfat alsa touchscreen" 617MACHINE_FEATURES = "usbgadget usbhost vfat alsa touchscreen screen"
618 618
619HOSTTOOLS_NONFATAL:append:mx8-nxp-bsp = " sha384sum" 619HOSTTOOLS_NONFATAL:append:mx8-nxp-bsp = " sha384sum"
620 620