summary refs log tree commit diff
path: root/arch/arm/mach-ux500/Makefile
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2013-09-18 14:48:27 +0100
committerLinus Walleij <linus.walleij@linaro.org>2013-09-26 11:07:54 +0200
commitaeef67ebab06177a1fb31c7cde9ea6b09732e049 (patch)
treedc9e808979c60771eee36e604ed8d66223e34973 /arch/arm/mach-ux500/Makefile
parent28633c54bda633b18544c602fc94961a3999a361 (diff)
downloadlinux-aeef67ebab06177a1fb31c7cde9ea6b09732e049.tar.gz
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 fe1f3e26b88b..685f6153aa39 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 \