diff options
author | Tony Lindgren <tony@atomide.com> | 2011-09-26 17:52:55 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2011-09-26 20:50:37 -0400 |
commit | e990a4060fcb78a1576d36e7327db11c0d278a6b (patch) | |
tree | 16760f9a9eaf8a6d4fa28085dad36fe2c5559280 /arch/arm/mach-omap2/board-omap4panda.c | |
parent | 35549ec3c3e67188a8d3eac0167e950c46688c96 (diff) |
ARM: OMAP2+: Use SoC specifc map_io
There's no longer any need for the board specific
map_io.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/board-omap4panda.c')
-rw-r--r-- | arch/arm/mach-omap2/board-omap4panda.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/arch/arm/mach-omap2/board-omap4panda.c b/arch/arm/mach-omap2/board-omap4panda.c index 1bce76589784..e26929049a4d 100644 --- a/arch/arm/mach-omap2/board-omap4panda.c +++ b/arch/arm/mach-omap2/board-omap4panda.c | |||
@@ -570,17 +570,11 @@ static void __init omap4_panda_init(void) | |||
570 | omap4_panda_display_init(); | 570 | omap4_panda_display_init(); |
571 | } | 571 | } |
572 | 572 | ||
573 | static void __init omap4_panda_map_io(void) | ||
574 | { | ||
575 | omap2_set_globals_443x(); | ||
576 | omap44xx_map_common_io(); | ||
577 | } | ||
578 | |||
579 | MACHINE_START(OMAP4_PANDA, "OMAP4 Panda board") | 573 | MACHINE_START(OMAP4_PANDA, "OMAP4 Panda board") |
580 | /* Maintainer: David Anders - Texas Instruments Inc */ | 574 | /* Maintainer: David Anders - Texas Instruments Inc */ |
581 | .boot_params = 0x80000100, | 575 | .boot_params = 0x80000100, |
582 | .reserve = omap_reserve, | 576 | .reserve = omap_reserve, |
583 | .map_io = omap4_panda_map_io, | 577 | .map_io = omap4_map_io, |
584 | .init_early = omap4430_init_early, | 578 | .init_early = omap4430_init_early, |
585 | .init_irq = gic_init_irq, | 579 | .init_irq = gic_init_irq, |
586 | .init_machine = omap4_panda_init, | 580 | .init_machine = omap4_panda_init, |