diff options
author | Nicolas Pitre <nicolas.pitre@linaro.org> | 2011-07-06 06:38:12 +0400 |
---|---|---|
committer | Nicolas Pitre <nico@fluxnic.net> | 2011-08-22 01:14:51 +0400 |
commit | c5e587a2bf189b28be06306c42bb26aa70dbc70b (patch) | |
tree | 312d0252c8c92ce9de20a1f86a8fbfc1b66efb8b /arch/arm/mach-integrator/integrator_cp.c | |
parent | dc8f1907663e9d8f3f118e23c459f7707a7f7554 (diff) | |
download | linux-c5e587a2bf189b28be06306c42bb26aa70dbc70b.tar.xz |
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.c | 2 |
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, |