|
@@ -121,7 +121,6 @@
|
|
|
#define CONFIG_AM437X_USB2PHY2_HOST
|
|
|
#endif
|
|
|
|
|
|
-/* USB GADGET */
|
|
|
#if defined(CONFIG_SPL_BUILD) && !defined(CONFIG_SPL_USBETH_SUPPORT)
|
|
|
#undef CONFIG_USB_DWC3_PHY_OMAP
|
|
|
#undef CONFIG_USB_DWC3_OMAP
|
|
@@ -130,16 +129,12 @@
|
|
|
|
|
|
#undef CONFIG_USB_GADGET_DOWNLOAD
|
|
|
#undef CONFIG_USB_GADGET_VBUS_DRAW
|
|
|
+#undef CONFIG_G_DNL_MANUFACTURER
|
|
|
+#undef CONFIG_G_DNL_VENDOR_NUM
|
|
|
+#undef CONFIG_G_DNL_PRODUCT_NUM
|
|
|
#undef CONFIG_USB_GADGET_DUALSPEED
|
|
|
#endif
|
|
|
|
|
|
-#if !defined(CONFIG_SPL_BUILD) || \
|
|
|
- (defined(CONFIG_SPL_BUILD) && defined(CONFIG_SPL_USBETH_SUPPORT))
|
|
|
-#define CONFIG_G_DNL_MANUFACTURER "Texas Instruments"
|
|
|
-#define CONFIG_G_DNL_VENDOR_NUM 0x0403
|
|
|
-#define CONFIG_G_DNL_PRODUCT_NUM 0xBD00
|
|
|
-#endif
|
|
|
-
|
|
|
/*
|
|
|
* Disable MMC DM for SPL build and can be re-enabled after adding
|
|
|
* DM support in SPL
|