From b4895f7e29c1e8bcc66e68a123bd3e5ab3df2359 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Tue, 28 Jun 2016 07:38:27 +0000 Subject: [PATCH] usb-mass-storage =================================================================== Gbp-Pq: Topic beagleboneblack Gbp-Pq: Name usb-mass-storage.patch --- include/configs/am335x_evm.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h index 6ebe0b386..3e08b9aa8 100644 --- a/include/configs/am335x_evm.h +++ b/include/configs/am335x_evm.h @@ -338,12 +338,8 @@ #endif #ifdef CONFIG_USB_MUSB_GADGET -/* Removing USB gadget and can be enabled adter adding support usb DM */ -#ifndef CONFIG_DM_ETH -#define CONFIG_USB_ETHER -#define CONFIG_USB_ETH_RNDIS -#define CONFIG_USBNET_HOST_ADDR "de:ad:be:af:00:00" -#endif /* CONFIG_DM_ETH */ +#define CONFIG_CMD_USB_MASS_STORAGE +#define CONFIG_USB_FUNCTION_MASS_STORAGE /* USB TI's IDs */ #define CONFIG_G_DNL_VENDOR_NUM 0x0451 -- 2.30.2