diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-08-06 12:17:49 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-08-21 12:01:12 -0400 |
commit | 62d636aa2ac2171fd8105cca0b9ea96117b66547 (patch) | |
tree | 0ebf51b2b5023cdd88c87b010368d9dc20b39ccd /drivers/usb/gadget/Makefile | |
parent | 9b586031db728929282b4702703f95a1cacbdb98 (diff) | |
download | u-boot-imx-62d636aa2ac2171fd8105cca0b9ea96117b66547.zip u-boot-imx-62d636aa2ac2171fd8105cca0b9ea96117b66547.tar.gz u-boot-imx-62d636aa2ac2171fd8105cca0b9ea96117b66547.tar.bz2 |
omap: remove omap5912osk board support
Emails to the board maintainer
"Rishi Bhattacharya <rishi@ti.com>"
have been bouncing.
Tom suggested to remove this board.
Remove also omap1510_udc.c because this is the last board
to enable it.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Suggested-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'drivers/usb/gadget/Makefile')
-rw-r--r-- | drivers/usb/gadget/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/gadget/Makefile b/drivers/usb/gadget/Makefile index 4eea907..2efd5a4 100644 --- a/drivers/usb/gadget/Makefile +++ b/drivers/usb/gadget/Makefile @@ -31,7 +31,6 @@ ifdef CONFIG_USB_DEVICE obj-y += core.o obj-y += ep0.o obj-$(CONFIG_DW_UDC) += designware_udc.o -obj-$(CONFIG_OMAP1610) += omap1510_udc.o obj-$(CONFIG_MPC885_FAMILY) += mpc8xx_udc.o obj-$(CONFIG_CPU_PXA27X) += pxa27x_udc.o endif |