diff options
Diffstat (limited to 'arch/arm/mach-iop33x')
-rw-r--r-- | arch/arm/mach-iop33x/iq80331.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-iop33x/iq80332.c | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-iop33x/iq80331.c b/arch/arm/mach-iop33x/iq80331.c index c6ff5523b380..c565f8d1e3a4 100644 --- a/arch/arm/mach-iop33x/iq80331.c +++ b/arch/arm/mach-iop33x/iq80331.c | |||
@@ -141,8 +141,6 @@ static void __init iq80331_init_machine(void) | |||
141 | 141 | ||
142 | MACHINE_START(IQ80331, "Intel IQ80331") | 142 | MACHINE_START(IQ80331, "Intel IQ80331") |
143 | /* Maintainer: Intel Corp. */ | 143 | /* Maintainer: Intel Corp. */ |
144 | .phys_io = 0xfefff000, | ||
145 | .io_pg_offst = ((0xfffff000) >> 18) & 0xfffc, | ||
146 | .boot_params = 0x00000100, | 144 | .boot_params = 0x00000100, |
147 | .map_io = iop3xx_map_io, | 145 | .map_io = iop3xx_map_io, |
148 | .init_irq = iop33x_init_irq, | 146 | .init_irq = iop33x_init_irq, |
diff --git a/arch/arm/mach-iop33x/iq80332.c b/arch/arm/mach-iop33x/iq80332.c index fbf551409394..36a9efb254c2 100644 --- a/arch/arm/mach-iop33x/iq80332.c +++ b/arch/arm/mach-iop33x/iq80332.c | |||
@@ -141,8 +141,6 @@ static void __init iq80332_init_machine(void) | |||
141 | 141 | ||
142 | MACHINE_START(IQ80332, "Intel IQ80332") | 142 | MACHINE_START(IQ80332, "Intel IQ80332") |
143 | /* Maintainer: Intel Corp. */ | 143 | /* Maintainer: Intel Corp. */ |
144 | .phys_io = 0xfefff000, | ||
145 | .io_pg_offst = ((0xfffff000) >> 18) & 0xfffc, | ||
146 | .boot_params = 0x00000100, | 144 | .boot_params = 0x00000100, |
147 | .map_io = iop3xx_map_io, | 145 | .map_io = iop3xx_map_io, |
148 | .init_irq = iop33x_init_irq, | 146 | .init_irq = iop33x_init_irq, |