summaryrefslogtreecommitdiff
path: root/arch/arm/mach-ux500/Makefile
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2013-09-18 13:48:27 (GMT)
committerLinus Walleij <linus.walleij@linaro.org>2013-09-26 09:07:54 (GMT)
commitaeef67ebab06177a1fb31c7cde9ea6b09732e049 (patch)
treedc9e808979c60771eee36e604ed8d66223e34973 /arch/arm/mach-ux500/Makefile
parent28633c54bda633b18544c602fc94961a3999a361 (diff)
downloadlinux-aeef67ebab06177a1fb31c7cde9ea6b09732e049.tar.xz
ARM: ux500: Remove USB support when booting using ATAGs
It's time to remove all ATAG support from ux500 and rely solely on Device Tree booting. This patch is part of that endeavour. Signed-off-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/mach-ux500/Makefile')
-rw-r--r--arch/arm/mach-ux500/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-ux500/Makefile b/arch/arm/mach-ux500/Makefile
index fe1f3e2..685f615 100644
--- a/arch/arm/mach-ux500/Makefile
+++ b/arch/arm/mach-ux500/Makefile
@@ -3,7 +3,7 @@
#
obj-y := cpu.o devices.o devices-common.o \
- id.o usb.o timer.o pm.o
+ id.o timer.o pm.o
obj-$(CONFIG_CACHE_L2X0) += cache-l2x0.o
obj-$(CONFIG_UX500_SOC_DB8500) += cpu-db8500.o devices-db8500.o
obj-$(CONFIG_MACH_MOP500) += board-mop500.o board-mop500-sdi.o \