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 |
3 files changed, 1 insertions, 5 deletions
diff --git a/conf/machine/imx23evk.conf b/conf/machine/imx23evk.conf index 5e8be1e90..64e0411a6 100644 --- a/conf/machine/imx23evk.conf +++ b/conf/machine/imx23evk.conf | |||
| @@ -19,5 +19,3 @@ UBOOT_SUFFIX = "sb" | |||
| 19 | UBOOT_MACHINE = "mx23evk_config" | 19 | UBOOT_MACHINE = "mx23evk_config" |
| 20 | 20 | ||
| 21 | KERNEL_DEVICETREE = "imx23-evk.dtb" | 21 | KERNEL_DEVICETREE = "imx23-evk.dtb" |
| 22 | |||
| 23 | MACHINE_FEATURES = "usbgadget usbhost vfat touchscreen" | ||
diff --git a/conf/machine/imx28evk.conf b/conf/machine/imx28evk.conf index 9763a3968..99ed29a93 100644 --- a/conf/machine/imx28evk.conf +++ b/conf/machine/imx28evk.conf | |||
| @@ -25,8 +25,6 @@ KERNEL_DEVICETREE = "imx28-evk.dtb" | |||
| 25 | 25 | ||
| 26 | SERIAL_CONSOLES = "115200;ttyAMA0" | 26 | SERIAL_CONSOLES = "115200;ttyAMA0" |
| 27 | 27 | ||
| 28 | MACHINE_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 | ||
| 32 | MKUBIFS_ARGS = "--min-io-size 4096 --leb-size 516096 --max-leb-cnt 8139" | 30 | MKUBIFS_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 cd6a077a3..18fe65f65 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" | |||
| 614 | KERNEL_IMAGETYPE = "zImage" | 614 | KERNEL_IMAGETYPE = "zImage" |
| 615 | KERNEL_IMAGETYPE:aarch64 = "Image" | 615 | KERNEL_IMAGETYPE:aarch64 = "Image" |
| 616 | 616 | ||
| 617 | MACHINE_FEATURES = "usbgadget usbhost vfat alsa touchscreen" | 617 | MACHINE_FEATURES = "usbgadget usbhost vfat alsa touchscreen screen" |
| 618 | 618 | ||
| 619 | HOSTTOOLS_NONFATAL:append:mx8-nxp-bsp = " sha384sum" | 619 | HOSTTOOLS_NONFATAL:append:mx8-nxp-bsp = " sha384sum" |
| 620 | 620 | ||
