diff options
Diffstat (limited to 'arch/arm/mach-pxa/gumstix.c')
-rw-r--r-- | arch/arm/mach-pxa/gumstix.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-pxa/gumstix.c b/arch/arm/mach-pxa/gumstix.c index 96c345129135..1e2a9a13aec1 100644 --- a/arch/arm/mach-pxa/gumstix.c +++ b/arch/arm/mach-pxa/gumstix.c | |||
@@ -224,9 +224,7 @@ static void __init gumstix_init(void) | |||
224 | } | 224 | } |
225 | 225 | ||
226 | MACHINE_START(GUMSTIX, "Gumstix") | 226 | MACHINE_START(GUMSTIX, "Gumstix") |
227 | .phys_io = 0x40000000, | ||
228 | .boot_params = 0xa0000100, /* match u-boot bi_boot_params */ | 227 | .boot_params = 0xa0000100, /* match u-boot bi_boot_params */ |
229 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | ||
230 | .map_io = pxa_map_io, | 228 | .map_io = pxa_map_io, |
231 | .init_irq = pxa25x_init_irq, | 229 | .init_irq = pxa25x_init_irq, |
232 | .timer = &pxa_timer, | 230 | .timer = &pxa_timer, |