From: Nicolas Pitre Date: Wed, 6 Jul 2011 02:38:18 +0000 (-0400) Subject: ARM: vexpress: convert boot_params to atag_offset X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=e9ce8e5bd0314e90b60e185ca40b1d4740df7f22;p=deliverable%2Flinux.git ARM: vexpress: convert boot_params to atag_offset Signed-off-by: Nicolas Pitre Acked-by: Arnd Bergmann --- diff --git a/arch/arm/mach-vexpress/v2m.c b/arch/arm/mach-vexpress/v2m.c index 9e6b93b1a043..de72058180a6 100644 --- a/arch/arm/mach-vexpress/v2m.c +++ b/arch/arm/mach-vexpress/v2m.c @@ -436,7 +436,7 @@ static void __init v2m_init(void) } MACHINE_START(VEXPRESS, "ARM-Versatile Express") - .boot_params = PLAT_PHYS_OFFSET + 0x00000100, + .atag_offset = 0x100, .map_io = v2m_map_io, .init_early = v2m_init_early, .init_irq = v2m_init_irq,