mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 15:37:23 +00:00
2c8419feb2
At this point in time, all platforms that had previously used drivers/usb/phy/omap_usb_phy.c have been migrated to DM and related options. Remove this now unused code and some related unused defines. Signed-off-by: Tom Rini <trini@konsulko.com>
7 lines
213 B
Makefile
7 lines
213 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# Copyright (c) 2009 Wind River Systems, Inc.
|
|
# Tom Rix <Tom.Rix@windriver.com>
|
|
|
|
obj-$(CONFIG_TWL4030_USB) += twl4030.o
|
|
obj-$(CONFIG_ROCKCHIP_USB2_PHY) += rockchip_usb2_phy.o
|