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>
This commit is contained in:
Tony Lindgren
2010-02-12 12:26:47 -08:00
parent 882c0518e5
commit 6fbd55d077
22 changed files with 87 additions and 39 deletions

View File

@@ -27,7 +27,7 @@
static void __init omap_zoom_map_io(void)
{
omap2_set_globals_36xx();
omap2_map_common_io();
omap34xx_map_common_io();
}
static struct omap_board_config_kernel zoom_config[] __initdata = {