aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-integrator/integrator_cp.c
diff options
context:
space:
mode:
authorNicolas Pitre <nicolas.pitre@linaro.org>2011-07-05 22:38:12 -0400
committerNicolas Pitre <nico@fluxnic.net>2011-08-21 17:14:51 -0400
commitc5e587a2bf189b28be06306c42bb26aa70dbc70b (patch)
tree312d0252c8c92ce9de20a1f86a8fbfc1b66efb8b /arch/arm/mach-integrator/integrator_cp.c
parentARM: mach-imx: convert boot_params to atag_offset (diff)
downloadlinux-dev-c5e587a2bf189b28be06306c42bb26aa70dbc70b.tar.xz
linux-dev-c5e587a2bf189b28be06306c42bb26aa70dbc70b.zip
ARM: mach-integrator: convert boot_params to atag_offset
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org> Acked-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-integrator/integrator_cp.c')
-rw-r--r--arch/arm/mach-integrator/integrator_cp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-integrator/integrator_cp.c b/arch/arm/mach-integrator/integrator_cp.c
index 4eb03ab5cb46..5de49c33e4d4 100644
--- a/arch/arm/mach-integrator/integrator_cp.c
+++ b/arch/arm/mach-integrator/integrator_cp.c
@@ -492,7 +492,7 @@ static struct sys_timer cp_timer = {
MACHINE_START(CINTEGRATOR, "ARM-IntegratorCP")
/* Maintainer: ARM Ltd/Deep Blue Solutions Ltd */
- .boot_params = 0x00000100,
+ .atag_offset = 0x100,
.reserve = integrator_reserve,
.map_io = intcp_map_io,
.init_early = intcp_init_early,