diff options
author | Tony Lindgren <tony@atomide.com> | 2010-02-12 15:26:47 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2010-02-15 12:26:58 -0500 |
commit | 6fbd55d077cdf2aeb7a170ff9f5779d19506bf9e (patch) | |
tree | ce9f17ce3460e69841b48e1e0dbce591f48090d5 /arch/arm/mach-omap2/board-omap3pandora.c | |
parent | 882c0518e5317a41834d0fceee07ae6ada2d7429 (diff) |
omap2/3/4: Fix omap2_map_common_io for multi-omap
Fix omap2_map_common_io for multi-omap
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/board-omap3pandora.c')
-rw-r--r-- | arch/arm/mach-omap2/board-omap3pandora.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/board-omap3pandora.c b/arch/arm/mach-omap2/board-omap3pandora.c index ef17cf1ab6d7..bc482abdd5d4 100644 --- a/arch/arm/mach-omap2/board-omap3pandora.c +++ b/arch/arm/mach-omap2/board-omap3pandora.c | |||
@@ -423,7 +423,7 @@ static void __init omap3pandora_init(void) | |||
423 | static void __init omap3pandora_map_io(void) | 423 | static void __init omap3pandora_map_io(void) |
424 | { | 424 | { |
425 | omap2_set_globals_343x(); | 425 | omap2_set_globals_343x(); |
426 | omap2_map_common_io(); | 426 | omap34xx_map_common_io(); |
427 | } | 427 | } |
428 | 428 | ||
429 | MACHINE_START(OMAP3_PANDORA, "Pandora Handheld Console") | 429 | MACHINE_START(OMAP3_PANDORA, "Pandora Handheld Console") |