summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Kocialkowski <contact@paulk.fr>2014-05-03 19:41:14 +0200
committerPaul Kocialkowski <contact@paulk.fr>2014-05-03 19:41:14 +0200
commit54ba2ced38ca92e7837cf2cf12f769e0fa3968d4 (patch)
tree566a895cb570686a4bb778af3d111f6476ce28e9
parentf5d5c9eb87f999e0b8b11b3eaf1bfd5372cac48d (diff)
downloadbootable_bootloader_goldelico_gta04-54ba2ced38ca92e7837cf2cf12f769e0fa3968d4.zip
bootable_bootloader_goldelico_gta04-54ba2ced38ca92e7837cf2cf12f769e0fa3968d4.tar.gz
bootable_bootloader_goldelico_gta04-54ba2ced38ca92e7837cf2cf12f769e0fa3968d4.tar.bz2
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 <contact@paulk.fr>
-rw-r--r--u-boot/include/configs/omap3_beagle.h1
1 files changed, 0 insertions, 1 deletions
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 */