From: Nicolas Pitre Date: Wed, 6 Jul 2011 02:38:17 +0000 (-0400) Subject: ARM: mach-shark: convert boot_params to atag_offset X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=8322cd4bf189ccdbb0e0bff0c0c9bb6755d5038e;p=deliverable%2Flinux.git ARM: mach-shark: convert boot_params to atag_offset Signed-off-by: Nicolas Pitre Acked-by: Arnd Bergmann --- diff --git a/arch/arm/mach-shark/core.c b/arch/arm/mach-shark/core.c index ac2873c8014b..feda3ca7fc95 100644 --- a/arch/arm/mach-shark/core.c +++ b/arch/arm/mach-shark/core.c @@ -152,7 +152,7 @@ static struct sys_timer shark_timer = { MACHINE_START(SHARK, "Shark") /* Maintainer: Alexander Schulz */ - .boot_params = 0x08003000, + .atag_offset = 0x3000, .map_io = shark_map_io, .init_irq = shark_init_irq, .timer = &shark_timer,