diff options
Diffstat (limited to 'arch/arm/mach-pxa/z2.c')
-rw-r--r-- | arch/arm/mach-pxa/z2.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-pxa/z2.c b/arch/arm/mach-pxa/z2.c index 8c44bc4381ba..fefde9848d82 100644 --- a/arch/arm/mach-pxa/z2.c +++ b/arch/arm/mach-pxa/z2.c | |||
@@ -703,9 +703,7 @@ static void __init z2_init(void) | |||
703 | } | 703 | } |
704 | 704 | ||
705 | MACHINE_START(ZIPIT2, "Zipit Z2") | 705 | MACHINE_START(ZIPIT2, "Zipit Z2") |
706 | .phys_io = 0x40000000, | ||
707 | .boot_params = 0xa0000100, | 706 | .boot_params = 0xa0000100, |
708 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | ||
709 | .map_io = pxa_map_io, | 707 | .map_io = pxa_map_io, |
710 | .init_irq = pxa27x_init_irq, | 708 | .init_irq = pxa27x_init_irq, |
711 | .timer = &pxa_timer, | 709 | .timer = &pxa_timer, |