diff options
Diffstat (limited to 'arch/arm/mach-integrator')
-rw-r--r-- | arch/arm/mach-integrator/integrator_ap.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-integrator/integrator_cp.c | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-integrator/integrator_ap.c b/arch/arm/mach-integrator/integrator_ap.c index 6ab5a03ab9d8..548208f11179 100644 --- a/arch/arm/mach-integrator/integrator_ap.c +++ b/arch/arm/mach-integrator/integrator_ap.c | |||
@@ -500,8 +500,6 @@ static struct sys_timer ap_timer = { | |||
500 | 500 | ||
501 | MACHINE_START(INTEGRATOR, "ARM-Integrator") | 501 | MACHINE_START(INTEGRATOR, "ARM-Integrator") |
502 | /* Maintainer: ARM Ltd/Deep Blue Solutions Ltd */ | 502 | /* Maintainer: ARM Ltd/Deep Blue Solutions Ltd */ |
503 | .phys_io = 0x16000000, | ||
504 | .io_pg_offst = ((0xf1600000) >> 18) & 0xfffc, | ||
505 | .boot_params = 0x00000100, | 503 | .boot_params = 0x00000100, |
506 | .map_io = ap_map_io, | 504 | .map_io = ap_map_io, |
507 | .reserve = integrator_reserve, | 505 | .reserve = integrator_reserve, |
diff --git a/arch/arm/mach-integrator/integrator_cp.c b/arch/arm/mach-integrator/integrator_cp.c index 05db40e3c4f7..6258c90d020c 100644 --- a/arch/arm/mach-integrator/integrator_cp.c +++ b/arch/arm/mach-integrator/integrator_cp.c | |||
@@ -599,8 +599,6 @@ static struct sys_timer cp_timer = { | |||
599 | 599 | ||
600 | MACHINE_START(CINTEGRATOR, "ARM-IntegratorCP") | 600 | MACHINE_START(CINTEGRATOR, "ARM-IntegratorCP") |
601 | /* Maintainer: ARM Ltd/Deep Blue Solutions Ltd */ | 601 | /* Maintainer: ARM Ltd/Deep Blue Solutions Ltd */ |
602 | .phys_io = 0x16000000, | ||
603 | .io_pg_offst = ((0xf1600000) >> 18) & 0xfffc, | ||
604 | .boot_params = 0x00000100, | 602 | .boot_params = 0x00000100, |
605 | .map_io = intcp_map_io, | 603 | .map_io = intcp_map_io, |
606 | .reserve = integrator_reserve, | 604 | .reserve = integrator_reserve, |