Message ID | 1389876313-26968-1-git-send-email-alexandre.belloni@free-electrons.com |
---|---|
State | Accepted, archived |
Delegated to: | Otavio Salvador |
Headers | show |
diff --git a/conf/machine/include/cfa10036.inc b/conf/machine/include/cfa10036.inc index 95c8f4ad3320..3430e93ac0ea 100644 --- a/conf/machine/include/cfa10036.inc +++ b/conf/machine/include/cfa10036.inc @@ -22,7 +22,7 @@ IMAGE_FSTYPES ?= "tar.bz2 ext3 barebox.mxsboot-sdcard sdcard" SERIAL_CONSOLE = "115200 ttyAMA0" -MACHINE_FEATURES = "apm usbgadget usbhost vfat" +MACHINE_FEATURES = "usbgadget usbhost vfat" # Avoid adding gst-fsl-plugin as we use non-FSL kernel MACHINE_GSTREAMER_PLUGIN_cfa10036 = ""
The crystalfontz boards don't really need APM for anything and the APM emulation is not even compiled in the kernel. Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> --- conf/machine/include/cfa10036.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)