aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/board-ldp.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-omap2/board-ldp.c')
-rw-r--r--arch/arm/mach-omap2/board-ldp.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/arch/arm/mach-omap2/board-ldp.c b/arch/arm/mach-omap2/board-ldp.c
index 9bcb18248023..07e1f731ffc7 100644
--- a/arch/arm/mach-omap2/board-ldp.c
+++ b/arch/arm/mach-omap2/board-ldp.c
@@ -406,17 +406,11 @@ static void __init omap_ldp_init(void)
406 ldp_vmmc1_supply.dev = mmc[0].dev; 406 ldp_vmmc1_supply.dev = mmc[0].dev;
407} 407}
408 408
409static void __init omap_ldp_map_io(void)
410{
411 omap2_set_globals_3xxx();
412 omap34xx_map_common_io();
413}
414
415MACHINE_START(OMAP_LDP, "OMAP LDP board") 409MACHINE_START(OMAP_LDP, "OMAP LDP board")
416 .phys_io = 0x48000000, 410 .phys_io = 0x48000000,
417 .io_pg_offst = ((0xfa000000) >> 18) & 0xfffc, 411 .io_pg_offst = ((0xfa000000) >> 18) & 0xfffc,
418 .boot_params = 0x80000100, 412 .boot_params = 0x80000100,
419 .map_io = omap_ldp_map_io, 413 .map_io = omap3_map_io,
420 .reserve = omap_reserve, 414 .reserve = omap_reserve,
421 .init_irq = omap_ldp_init_irq, 415 .init_irq = omap_ldp_init_irq,
422 .init_machine = omap_ldp_init, 416 .init_machine = omap_ldp_init,