summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishveshwar Bhat <vishveshwar.bhat@ti.com>2012-10-15 15:13:38 +0530
committerVishveshwar Bhat <vishveshwar.bhat@ti.com>2012-10-23 12:19:00 +0530
commit6035fc2735cc6236e82353ff49b9d25f00c6e648 (patch)
treeee0cf2bf5486030256905a962a0290f5121cf606
parent82edf1718d92d408fd040117b3a20ac60ffbd10a (diff)
downloadu-boot-beaglebone-6035fc2735cc6236e82353ff49b9d25f00c6e648.tar.gz
am335x: Disable USB gadget/ether gadget modeam335x-master-android-ics
This conflicts with USB fastboot feature in android. Signed-off-by: Vishveshwar Bhat <vishveshwar.bhat@ti.com>
-rwxr-xr-xinclude/configs/am335x_evm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h
index 1e0025269..0ad368275 100755
--- a/include/configs/am335x_evm.h
+++ b/include/configs/am335x_evm.h
@@ -554,11 +554,14 @@ to a higher value if a higher sized RAM support is available in Hardware */
/*
* USB configuration
*/
+/* Disable as conflicts with USB Fastboot feature*/
+/*
#define CONFIG_USB_AM335X
#define CONFIG_MUSB_GADGET
#define CONFIG_MUSB_GADGET_PORT0
#define CONFIG_MUSB_PIO_ONLY
#define CONFIG_USB_GADGET_DUALSPEED
+*/
#ifdef CONFIG_MUSB_GADGET
#define CONFIG_USB_ETHER