summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-ux500
diff options
context:
space:
mode:
authorLee Jones2013-09-18 15:54:47 +0200
committerLinus Walleij2013-09-26 11:09:05 +0200
commit575d11aad0421797afc37b94a1040aba70c88d05 (patch)
treee31bbdb6c97f8c9e8eb076296dc3f75144a43ae1 /arch/arm/mach-ux500
parentARM: ux500: Remove ATAG booting support for U8520 (diff)
downloadkernel-qcow2-linux-575d11aad0421797afc37b94a1040aba70c88d05.tar.gz
kernel-qcow2-linux-575d11aad0421797afc37b94a1040aba70c88d05.tar.xz
kernel-qcow2-linux-575d11aad0421797afc37b94a1040aba70c88d05.zip
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.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 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)
regulator_has_full_constraints();
}
-static void __init hrefv60_init_machine(void)
-{
- /* This board has full regulator constraints */
- regulator_has_full_constraints();
-}
-
-MACHINE_START(HREFV60, "ST-Ericsson U8500 Platform HREFv60+")
- .atag_offset = 0x100,
- .smp = smp_ops(ux500_smp_ops),
- .map_io = u8500_map_io,
- .init_irq = ux500_init_irq,
- .init_time = ux500_timer_init,
- .init_machine = hrefv60_init_machine,
- .restart = ux500_restart,
- .init_late = NULL,
-MACHINE_END
-
MACHINE_START(SNOWBALL, "Calao Systems Snowball platform")
.atag_offset = 0x100,
.smp = smp_ops(ux500_smp_ops),