Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 575d11aa authored by Lee Jones's avatar Lee Jones Committed by Linus Walleij
Browse files

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: default avatarLee Jones <lee.jones@linaro.org>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 7b245118
Loading
Loading
Loading
Loading
+0 −17
Original line number Original line Diff line number Diff line
@@ -83,23 +83,6 @@ static void __init snowball_init_machine(void)
	regulator_has_full_constraints();
	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")
MACHINE_START(SNOWBALL, "Calao Systems Snowball platform")
	.atag_offset	= 0x100,
	.atag_offset	= 0x100,
	.smp		= smp_ops(ux500_smp_ops),
	.smp		= smp_ops(ux500_smp_ops),