diff options
author | Lee Jones <lee.jones@linaro.org> | 2013-08-23 09:34:42 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-09-26 11:08:37 +0200 |
commit | 6dd937e8f634dd8de67185d887643ab7f4ec15b9 (patch) | |
tree | 2922f00d04431d42c2d7a7fcc26e93be127c39a6 /arch/arm/mach-ux500/Makefile | |
parent | f368a0874b314f53d8cd2739731a66c961db6d48 (diff) | |
download | op-kernel-dev-6dd937e8f634dd8de67185d887643ab7f4ec15b9.zip op-kernel-dev-6dd937e8f634dd8de67185d887643ab7f4ec15b9.tar.gz |
ARM: ux500: Delete U8500 UIB support when booting with 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/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-ux500/Makefile b/arch/arm/mach-ux500/Makefile index 685f615..0d2a893 100644 --- a/arch/arm/mach-ux500/Makefile +++ b/arch/arm/mach-ux500/Makefile @@ -9,7 +9,6 @@ obj-$(CONFIG_UX500_SOC_DB8500) += cpu-db8500.o devices-db8500.o obj-$(CONFIG_MACH_MOP500) += board-mop500.o board-mop500-sdi.o \ board-mop500-regulators.o \ board-mop500-uib.o board-mop500-stuib.o \ - board-mop500-u8500uib.o \ board-mop500-pins.o \ board-mop500-audio.o obj-$(CONFIG_SMP) += platsmp.o headsmp.o |