diff options
author | Lee Jones <lee.jones@linaro.org> | 2013-09-18 09:54:47 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-09-26 05:09:05 -0400 |
commit | 575d11aad0421797afc37b94a1040aba70c88d05 (patch) | |
tree | e31bbdb6c97f8c9e8eb076296dc3f75144a43ae1 /arch/arm/mach-ux500 | |
parent | 7b2451183a70cc487c2d30abfd441cadb580131e (diff) |
ARM: ux500: Remove ATAG booting support for HREF
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 | 17 |
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 0b56d4f0f45e..97f5e29a08c5 100644 --- a/arch/arm/mach-ux500/board-mop500.c +++ b/arch/arm/mach-ux500/board-mop500.c | |||
@@ -83,23 +83,6 @@ static void __init snowball_init_machine(void) | |||
83 | regulator_has_full_constraints(); | 83 | regulator_has_full_constraints(); |
84 | } | 84 | } |
85 | 85 | ||
86 | static void __init hrefv60_init_machine(void) | ||
87 | { | ||
88 | /* This board has full regulator constraints */ | ||
89 | regulator_has_full_constraints(); | ||
90 | } | ||
91 | |||
92 | MACHINE_START(HREFV60, "ST-Ericsson U8500 Platform HREFv60+") | ||
93 | .atag_offset = 0x100, | ||
94 | .smp = smp_ops(ux500_smp_ops), | ||
95 | .map_io = u8500_map_io, | ||
96 | .init_irq = ux500_init_irq, | ||
97 | .init_time = ux500_timer_init, | ||
98 | .init_machine = hrefv60_init_machine, | ||
99 | .restart = ux500_restart, | ||
100 | .init_late = NULL, | ||
101 | MACHINE_END | ||
102 | |||
103 | MACHINE_START(SNOWBALL, "Calao Systems Snowball platform") | 86 | MACHINE_START(SNOWBALL, "Calao Systems Snowball platform") |
104 | .atag_offset = 0x100, | 87 | .atag_offset = 0x100, |
105 | .smp = smp_ops(ux500_smp_ops), | 88 | .smp = smp_ops(ux500_smp_ops), |