diff options
author | Adam Ford <aford173@gmail.com> | 2018-07-13 15:27:13 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-07-23 14:33:21 -0400 |
commit | d5674d62ce8cd3b7e366b7ca5752084fbe89db7b (patch) | |
tree | bd08d0f5984a834f2b365d2bc4db57ac833f7a1e /configs | |
parent | 5d653afc177f1e260c311b821801a8b6eb609c02 (diff) | |
download | u-boot-d5674d62ce8cd3b7e366b7ca5752084fbe89db7b.zip u-boot-d5674d62ce8cd3b7e366b7ca5752084fbe89db7b.tar.gz u-boot-d5674d62ce8cd3b7e366b7ca5752084fbe89db7b.tar.bz2 |
ARM: configs: omap3_logic: remove Legacy OMAP3 USB driver
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>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/omap3_logic_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/omap3_logic_defconfig b/configs/omap3_logic_defconfig index cd8ffd5..ed9f454 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 |