summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv7/tegra20/Makefile
diff options
context:
space:
mode:
authorLucas Stach <dev@lynxeye.de>2013-02-07 07:16:29 +0000
committerTom Warren <twarren@nvidia.com>2013-03-14 11:06:41 -0700
commit7ae18f3725fe3e2033888cf431f71ac08aaa8e1c (patch)
treefa10d65a83ae7e502cc0d1c117aab00daefbbc01 /arch/arm/cpu/armv7/tegra20/Makefile
parenta63eb6bbcc73c6bde716b23383139b8079f02144 (diff)
downloadu-boot-7ae18f3725fe3e2033888cf431f71ac08aaa8e1c.tar.gz
tegra: usb: move implementation into right directory
This moves the Tegra USB implementation into the drivers/usb/host directory. Note that this merges the old /arch/arm/cpu/armv7/tegra20/usb.c file into ehci-tegra.c. No code changes, just moving stuff around. v2: While at it also move some defines and the usb.h header file to make usb driver usable for Tegra30. NOTE: A lot more work is required to properly init the PHYs and PLL_U on Tegra30, this is just to make porting easier and it does no harm here. Signed-off-by: Lucas Stach <dev@lynxeye.de> Acked-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'arch/arm/cpu/armv7/tegra20/Makefile')
-rw-r--r--arch/arm/cpu/armv7/tegra20/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/cpu/armv7/tegra20/Makefile b/arch/arm/cpu/armv7/tegra20/Makefile
index 54ed8c48b4..c8a8504e16 100644
--- a/arch/arm/cpu/armv7/tegra20/Makefile
+++ b/arch/arm/cpu/armv7/tegra20/Makefile
@@ -27,7 +27,6 @@ include $(TOPDIR)/config.mk
LIB = $(obj)lib$(SOC).o
-COBJS-$(CONFIG_USB_EHCI_TEGRA) += usb.o
COBJS-$(CONFIG_PWM_TEGRA) += pwm.o
COBJS-$(CONFIG_VIDEO_TEGRA) += display.o