From 5c8d2c08df68cc8e49096a2f32ba0c2b62ae71d8 Mon Sep 17 00:00:00 2001 From: Dan McGregor Date: Wed, 12 Jun 2013 22:14:24 -0600 Subject: [PATCH] raspberrypi.conf: is not a usb gadget Change-Id: I93ed1832905e4fdfc5f5d387c37933b60a50f4c5 Signed-off-by: Andrei Gherzan --- conf/machine/raspberrypi.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/raspberrypi.conf b/conf/machine/raspberrypi.conf index e25b59a..1e619a7 100644 --- a/conf/machine/raspberrypi.conf +++ b/conf/machine/raspberrypi.conf @@ -24,7 +24,7 @@ XSERVER = " \ KERNEL_IMAGETYPE = "Image" -MACHINE_FEATURES = "kernel26 apm usbgadget usbhost keyboard vfat ext2 screen touchscreen alsa bluetooth wifi sdio" +MACHINE_FEATURES = "kernel26 apm usbhost keyboard vfat ext2 screen touchscreen alsa bluetooth wifi sdio" #RaspberryPi has no hardware clock MACHINE_FEATURES_BACKFILL_CONSIDERED = "rtc"