diff options
Diffstat (limited to 'arch/arm/mach-integrator/integrator_ap.c')
-rw-r--r-- | arch/arm/mach-integrator/integrator_ap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-integrator/integrator_ap.c b/arch/arm/mach-integrator/integrator_ap.c index 8cdc730dcb3a..a20fb3f2bc45 100644 --- a/arch/arm/mach-integrator/integrator_ap.c +++ b/arch/arm/mach-integrator/integrator_ap.c | |||
@@ -459,7 +459,7 @@ static struct sys_timer ap_timer = { | |||
459 | 459 | ||
460 | MACHINE_START(INTEGRATOR, "ARM-Integrator") | 460 | MACHINE_START(INTEGRATOR, "ARM-Integrator") |
461 | /* Maintainer: ARM Ltd/Deep Blue Solutions Ltd */ | 461 | /* Maintainer: ARM Ltd/Deep Blue Solutions Ltd */ |
462 | .boot_params = 0x00000100, | 462 | .atag_offset = 0x100, |
463 | .reserve = integrator_reserve, | 463 | .reserve = integrator_reserve, |
464 | .map_io = ap_map_io, | 464 | .map_io = ap_map_io, |
465 | .init_early = integrator_init_early, | 465 | .init_early = integrator_init_early, |