From 69c7ac5e212b24af5fc2c12d1616ad278f03f497 Mon Sep 17 00:00:00 2001 From: Johannes Kauffmann Date: Fri, 19 May 2023 12:17:31 +0200 Subject: imx{23,28}evk: do not override MACHINE_FEATURES imx-base.inc already sets the same features for imx28evk. For imx23evk, it is also desirable to use imx-base.inc; the only difference is that now, imx23evk will also have the "alsa" machine feature. Signed-off-by: Johannes Kauffmann --- conf/machine/imx23evk.conf | 2 -- conf/machine/imx28evk.conf | 2 -- 2 files changed, 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" UBOOT_MACHINE = "mx23evk_config" KERNEL_DEVICETREE = "imx23-evk.dtb" - -MACHINE_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" SERIAL_CONSOLES = "115200;ttyAMA0" -MACHINE_FEATURES = "usbgadget usbhost vfat alsa touchscreen" - ## Parameters for NAND IC part-# K9LBG08U0D-PCB0 MKUBIFS_ARGS = "--min-io-size 4096 --leb-size 516096 --max-leb-cnt 8139" -- cgit v1.2.3-54-g00ecf