diff options
author | Lee Jones <lee.jones@linaro.org> | 2013-09-18 13:53:46 (GMT) |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-09-26 09:08:57 (GMT) |
commit | 90f6075ab87fea1c020cf0886a7189f0fc58869d (patch) | |
tree | e5a63c4d934c675edc37e920f232431a43bc4d93 /arch/arm/mach-ux500 | |
parent | 3ea3e63938ca3adbdb02db99bce89a71b802ebab (diff) | |
download | linux-90f6075ab87fea1c020cf0886a7189f0fc58869d.tar.xz |
ARM: ux500: Remove ATAG booting support for MOP500
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')
-rw-r--r-- | arch/arm/mach-ux500/board-mop500.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/arch/arm/mach-ux500/board-mop500.c b/arch/arm/mach-ux500/board-mop500.c index d034e62..1273eca 100644 --- a/arch/arm/mach-ux500/board-mop500.c +++ b/arch/arm/mach-ux500/board-mop500.c @@ -96,19 +96,6 @@ static void __init hrefv60_init_machine(void) regulator_has_full_constraints(); } -MACHINE_START(U8500, "ST-Ericsson MOP500 platform") - /* Maintainer: Srinidhi Kasagar <srinidhi.kasagar@stericsson.com> */ - .atag_offset = 0x100, - .smp = smp_ops(ux500_smp_ops), - .map_io = u8500_map_io, - .init_irq = ux500_init_irq, - /* we re-use nomadik timer here */ - .init_time = ux500_timer_init, - .init_machine = mop500_init_machine, - .restart = ux500_restart, - .init_late = NULL, -MACHINE_END - MACHINE_START(U8520, "ST-Ericsson U8520 Platform HREFP520") .atag_offset = 0x100, .map_io = u8500_map_io, |