From 54ba2ced38ca92e7837cf2cf12f769e0fa3968d4 Mon Sep 17 00:00:00 2001 From: Paul Kocialkowski Date: Sat, 3 May 2014 19:41:14 +0200 Subject: u-boot: Disable USB TTY on omap3beagle config The USB TTY driver will register a new USB device on the host but may fail to answer requests as the device boots, causing the host USB controller to timeout waiting for a response. Signed-off-by: Paul Kocialkowski --- u-boot/include/configs/omap3_beagle.h | 1 - 1 file changed, 1 deletion(-) (limited to 'u-boot/include/configs/omap3_beagle.h') diff --git a/u-boot/include/configs/omap3_beagle.h b/u-boot/include/configs/omap3_beagle.h index 2e58689..e91416d 100644 --- a/u-boot/include/configs/omap3_beagle.h +++ b/u-boot/include/configs/omap3_beagle.h @@ -120,7 +120,6 @@ /* USB device configuration */ #define CONFIG_USB_DEVICE 1 -#define CONFIG_USB_TTY 1 #define CONFIG_SYS_CONSOLE_IS_IN_ENV 1 /* commands to include */ -- cgit v1.1