aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2013-09-18 09:54:19 -0400
committerLinus Walleij <linus.walleij@linaro.org>2013-09-26 05:09:01 -0400
commit7b2451183a70cc487c2d30abfd441cadb580131e (patch)
treec4a05f42c98475c82e7d55ee4ce2602d348cfafa
parent90f6075ab87fea1c020cf0886a7189f0fc58869d (diff)
ARM: ux500: Remove ATAG booting support for U8520
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>
-rw-r--r--arch/arm/mach-ux500/board-mop500.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/arch/arm/mach-ux500/board-mop500.c b/arch/arm/mach-ux500/board-mop500.c
index 1273eca861c8..0b56d4f0f45e 100644
--- a/arch/arm/mach-ux500/board-mop500.c
+++ b/arch/arm/mach-ux500/board-mop500.c
@@ -77,13 +77,6 @@ struct pl022_ssp_controller ssp0_plat = {
77 .num_chipselect = 5, 77 .num_chipselect = 5,
78}; 78};
79 79
80static void __init mop500_init_machine(void)
81{
82 /* This board has full regulator constraints */
83 regulator_has_full_constraints();
84}
85
86
87static void __init snowball_init_machine(void) 80static void __init snowball_init_machine(void)
88{ 81{
89 /* This board has full regulator constraints */ 82 /* This board has full regulator constraints */
@@ -96,16 +89,6 @@ static void __init hrefv60_init_machine(void)
96 regulator_has_full_constraints(); 89 regulator_has_full_constraints();
97} 90}
98 91
99MACHINE_START(U8520, "ST-Ericsson U8520 Platform HREFP520")
100 .atag_offset = 0x100,
101 .map_io = u8500_map_io,
102 .init_irq = ux500_init_irq,
103 .init_time = ux500_timer_init,
104 .init_machine = mop500_init_machine,
105 .restart = ux500_restart,
106 .init_late = NULL,
107MACHINE_END
108
109MACHINE_START(HREFV60, "ST-Ericsson U8500 Platform HREFv60+") 92MACHINE_START(HREFV60, "ST-Ericsson U8500 Platform HREFv60+")
110 .atag_offset = 0x100, 93 .atag_offset = 0x100,
111 .smp = smp_ops(ux500_smp_ops), 94 .smp = smp_ops(ux500_smp_ops),