diff mbox series

[U-Boot] ARM: configs: omap3_logic: remove Legacy OMAP3 USB driver

Message ID 20180713202713.11781-1-aford173@gmail.com
State Accepted
Commit d5674d62ce8cd3b7e366b7ca5752084fbe89db7b
Delegated to: Tom Rini
Headers show
Series [U-Boot] ARM: configs: omap3_logic: remove Legacy OMAP3 USB driver | expand

Commit Message

Adam Ford July 13, 2018, 8:27 p.m. UTC
Only the MUSB driver is currently supported on the omap3_logic
boards.  The driver is using the new-musb and not the legacy
version, so this patch removes the dead code references.

Signed-off-by: Adam Ford <aford173@gmail.com>

Comments

Tom Rini July 24, 2018, 12:39 p.m. UTC | #1
On Fri, Jul 13, 2018 at 03:27:13PM -0500, Adam Ford wrote:

> Only the MUSB driver is currently supported on the omap3_logic
> boards.  The driver is using the new-musb and not the legacy
> version, so this patch removes the dead code references.
> 
> Signed-off-by: Adam Ford <aford173@gmail.com>
> 
> diff --git a/configs/omap3_logic_defconfig b/configs/omap3_logic_defconfig
> index cd8ffd5adf..ed9f454a5d 100644

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

Patch

diff --git a/configs/omap3_logic_defconfig b/configs/omap3_logic_defconfig
index cd8ffd5adf..ed9f454a5d 100644
--- a/configs/omap3_logic_defconfig
+++ b/configs/omap3_logic_defconfig
@@ -53,7 +53,6 @@  CONFIG_DM_SPI=y
 CONFIG_OMAP3_SPI=y
 CONFIG_USB=y
 CONFIG_USB_EHCI_HCD=y
-CONFIG_USB_OMAP3=y
 CONFIG_USB_MUSB_GADGET=y
 CONFIG_USB_MUSB_OMAP2PLUS=y
 CONFIG_TWL4030_USB=y