diff mbox series

[U-Boot,2/5] omap3: igep00x0: Remove USB support due DM_USB deadline

Message ID 20181227160330.20426-2-enric.balletbo@collabora.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [U-Boot,1/5] omap3: igep00x0: Remove unmaintained IGEP0032 defconfig | expand

Commit Message

Enric Balletbo i Serra Dec. 27, 2018, 4:03 p.m. UTC
The USB support for this board was never really tested, in fact, the
presence of these options are more a copy & paste error from the
Beagleboard than a feature that really was used. As doesn't work, remove
for now. If someone at some point want to add this support he'll need to
migrate the board to use CONFIG_DM_USB instead.

Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
---
 configs/igep00x0_defconfig       |  4 ----
 include/configs/omap3_igep00x0.h | 10 ----------
 2 files changed, 14 deletions(-)

Comments

Tom Rini Jan. 16, 2019, 2:41 a.m. UTC | #1
On Thu, Dec 27, 2018 at 05:03:27PM +0100, Enric Balletbo i Serra wrote:

> The USB support for this board was never really tested, in fact, the
> presence of these options are more a copy & paste error from the
> Beagleboard than a feature that really was used. As doesn't work, remove
> for now. If someone at some point want to add this support he'll need to
> migrate the board to use CONFIG_DM_USB instead.
> 
> Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/configs/igep00x0_defconfig b/configs/igep00x0_defconfig
index f2989e34e1..ba32609eab 100644
--- a/configs/igep00x0_defconfig
+++ b/configs/igep00x0_defconfig
@@ -42,10 +42,6 @@  CONFIG_SMC911X_32_BIT=y
 CONFIG_CONS_INDEX=3
 CONFIG_SPI=y
 CONFIG_OMAP3_SPI=y
-CONFIG_USB=y
-CONFIG_USB_MUSB_UDC=y
-CONFIG_USB_OMAP3=y
-CONFIG_TWL4030_USB=y
 CONFIG_FAT_WRITE=y
 CONFIG_UBIFS_SILENCE_MSG=y
 CONFIG_BCH=y
diff --git a/include/configs/omap3_igep00x0.h b/include/configs/omap3_igep00x0.h
index b9d6569752..7f3809d447 100644
--- a/include/configs/omap3_igep00x0.h
+++ b/include/configs/omap3_igep00x0.h
@@ -36,16 +36,6 @@ 
 #define GPIO_IGEP00X0_BOARD_DETECTION		28
 #define GPIO_IGEP00X0_REVISION_DETECTION	129
 
-/* USB device configuration */
-#define CONFIG_USB_DEVICE		1
-#define CONFIG_USB_TTY			1
-
-/* Change these to suit your needs */
-#define CONFIG_USBD_VENDORID		0x0451
-#define CONFIG_USBD_PRODUCTID		0x5678
-#define CONFIG_USBD_MANUFACTURER	"Texas Instruments"
-#define CONFIG_USBD_PRODUCT_NAME	"IGEP"
-
 #ifndef CONFIG_SPL_BUILD
 
 /* Environment */