diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-omap3beagle.c')
-rw-r--r-- | arch/arm/mach-omap2/board-omap3beagle.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/arch/arm/mach-omap2/board-omap3beagle.c b/arch/arm/mach-omap2/board-omap3beagle.c index 7b95cc127304..6a6d2d7a04c6 100644 --- a/arch/arm/mach-omap2/board-omap3beagle.c +++ b/arch/arm/mach-omap2/board-omap3beagle.c | |||
@@ -507,18 +507,12 @@ static void __init omap3_beagle_init(void) | |||
507 | beagle_display_init(); | 507 | beagle_display_init(); |
508 | } | 508 | } |
509 | 509 | ||
510 | static void __init omap3_beagle_map_io(void) | ||
511 | { | ||
512 | omap2_set_globals_3xxx(); | ||
513 | omap34xx_map_common_io(); | ||
514 | } | ||
515 | |||
516 | MACHINE_START(OMAP3_BEAGLE, "OMAP3 Beagle Board") | 510 | MACHINE_START(OMAP3_BEAGLE, "OMAP3 Beagle Board") |
517 | /* Maintainer: Syed Mohammed Khasim - http://beagleboard.org */ | 511 | /* Maintainer: Syed Mohammed Khasim - http://beagleboard.org */ |
518 | .phys_io = 0x48000000, | 512 | .phys_io = 0x48000000, |
519 | .io_pg_offst = ((0xfa000000) >> 18) & 0xfffc, | 513 | .io_pg_offst = ((0xfa000000) >> 18) & 0xfffc, |
520 | .boot_params = 0x80000100, | 514 | .boot_params = 0x80000100, |
521 | .map_io = omap3_beagle_map_io, | 515 | .map_io = omap3_map_io, |
522 | .reserve = omap_reserve, | 516 | .reserve = omap_reserve, |
523 | .init_irq = omap3_beagle_init_irq, | 517 | .init_irq = omap3_beagle_init_irq, |
524 | .init_machine = omap3_beagle_init, | 518 | .init_machine = omap3_beagle_init, |