diff options
author | Rob Herring <rob.herring@calxeda.com> | 2011-10-24 15:02:37 -0400 |
---|---|---|
committer | Rob Herring <rob.herring@calxeda.com> | 2011-10-24 15:02:37 -0400 |
commit | 3a8254364277fabe01bc0e12b9691722939f5ef3 (patch) | |
tree | 0befa43780509144cc840f767859006409e0506d /arch/arm/mach-integrator | |
parent | 976d167615b64e14bc1491ca51d424e2ba9a5e84 (diff) | |
parent | 34471a9168c8bfd7f0d00989a7b0797ad27d585e (diff) |
Merge remote-tracking branch 'rmk/devel-stable' into HEAD
Diffstat (limited to 'arch/arm/mach-integrator')
-rw-r--r-- | arch/arm/mach-integrator/include/mach/debug-macro.S | 2 | ||||
-rw-r--r-- | arch/arm/mach-integrator/integrator_ap.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-integrator/integrator_cp.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-integrator/include/mach/debug-macro.S b/arch/arm/mach-integrator/include/mach/debug-macro.S index a1f598fd3a5..411b116077e 100644 --- a/arch/arm/mach-integrator/include/mach/debug-macro.S +++ b/arch/arm/mach-integrator/include/mach/debug-macro.S | |||
@@ -11,7 +11,7 @@ | |||
11 | * | 11 | * |
12 | */ | 12 | */ |
13 | 13 | ||
14 | .macro addruart, rp, rv | 14 | .macro addruart, rp, rv, tmp |
15 | mov \rp, #0x16000000 @ physical base address | 15 | mov \rp, #0x16000000 @ physical base address |
16 | mov \rv, #0xf0000000 @ virtual base | 16 | mov \rv, #0xf0000000 @ virtual base |
17 | add \rv, \rv, #0x16000000 >> 4 | 17 | add \rv, \rv, #0x16000000 >> 4 |
diff --git a/arch/arm/mach-integrator/integrator_ap.c b/arch/arm/mach-integrator/integrator_ap.c index 8cdc730dcb3..a20fb3f2bc4 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, |
diff --git a/arch/arm/mach-integrator/integrator_cp.c b/arch/arm/mach-integrator/integrator_cp.c index 4eb03ab5cb4..5de49c33e4d 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 = { | |||
492 | 492 | ||
493 | MACHINE_START(CINTEGRATOR, "ARM-IntegratorCP") | 493 | MACHINE_START(CINTEGRATOR, "ARM-IntegratorCP") |
494 | /* Maintainer: ARM Ltd/Deep Blue Solutions Ltd */ | 494 | /* Maintainer: ARM Ltd/Deep Blue Solutions Ltd */ |
495 | .boot_params = 0x00000100, | 495 | .atag_offset = 0x100, |
496 | .reserve = integrator_reserve, | 496 | .reserve = integrator_reserve, |
497 | .map_io = intcp_map_io, | 497 | .map_io = intcp_map_io, |
498 | .init_early = intcp_init_early, | 498 | .init_early = intcp_init_early, |