From 6035fc2735cc6236e82353ff49b9d25f00c6e648 Mon Sep 17 00:00:00 2001 From: Vishveshwar Bhat Date: Mon, 15 Oct 2012 15:13:38 +0530 Subject: am335x: Disable USB gadget/ether gadget mode This conflicts with USB fastboot feature in android. Signed-off-by: Vishveshwar Bhat --- include/configs/am335x_evm.h | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3