]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: ux500: Remove ATAG booting support for Snowball
authorLee Jones <lee.jones@linaro.org>
Wed, 18 Sep 2013 13:55:18 +0000 (14:55 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 26 Sep 2013 09:09:09 +0000 (11:09 +0200)
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>
arch/arm/mach-ux500/board-mop500.c

index 97f5e29a08c539c169a0e889ed81583e9d1f3bc4..514d40b625a4604c16c179b9562aa54b84f4d27e 100644 (file)
@@ -76,21 +76,3 @@ struct pl022_ssp_controller ssp0_plat = {
         */
        .num_chipselect = 5,
 };
-
-static void __init snowball_init_machine(void)
-{
-       /* This board has full regulator constraints */
-       regulator_has_full_constraints();
-}
-
-MACHINE_START(SNOWBALL, "Calao Systems Snowball platform")
-       .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   = snowball_init_machine,
-       .restart        = ux500_restart,
-       .init_late      = NULL,
-MACHINE_END