diff options
author | Lee Jones <lee.jones@linaro.org> | 2013-08-23 09:56:47 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-09-26 11:08:49 +0200 |
commit | 7585382ad5ca26134fffc860da9bfc1947895eb3 (patch) | |
tree | d342f58a97711a7ba60475f1bf375d80d15a7015 /arch/arm/mach-ux500/Makefile | |
parent | 2f0eebcbb4ae68bc8f4bf1d78bd23bbe817e58fd (diff) | |
download | blackbird-op-linux-7585382ad5ca26134fffc860da9bfc1947895eb3.tar.gz blackbird-op-linux-7585382ad5ca26134fffc860da9bfc1947895eb3.zip |
ARM: ux500: Take out STUIB support when not booting with Device Tree
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-ux500/Makefile b/arch/arm/mach-ux500/Makefile index 0d2a89394e7b..4f55eccae704 100644 --- a/arch/arm/mach-ux500/Makefile +++ b/arch/arm/mach-ux500/Makefile @@ -8,7 +8,7 @@ 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 \ board-mop500-regulators.o \ - board-mop500-uib.o board-mop500-stuib.o \ + board-mop500-uib.o \ board-mop500-pins.o \ board-mop500-audio.o obj-$(CONFIG_SMP) += platsmp.o headsmp.o |