diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-zoom2.c')
-rw-r--r-- | arch/arm/mach-omap2/board-zoom2.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-omap2/board-zoom2.c b/arch/arm/mach-omap2/board-zoom2.c index ea00486a5e53..4ad9b94ed4ae 100644 --- a/arch/arm/mach-omap2/board-zoom2.c +++ b/arch/arm/mach-omap2/board-zoom2.c | |||
@@ -21,8 +21,8 @@ | |||
21 | #include <asm/mach-types.h> | 21 | #include <asm/mach-types.h> |
22 | #include <asm/mach/arch.h> | 22 | #include <asm/mach/arch.h> |
23 | 23 | ||
24 | #include <mach/common.h> | 24 | #include <plat/common.h> |
25 | #include <mach/usb.h> | 25 | #include <plat/usb.h> |
26 | 26 | ||
27 | #include "mmc-twl4030.h" | 27 | #include "mmc-twl4030.h" |
28 | #include "sdram-micron-mt46h32m32lf-6.h" | 28 | #include "sdram-micron-mt46h32m32lf-6.h" |
@@ -283,7 +283,7 @@ static void __init omap_zoom2_map_io(void) | |||
283 | 283 | ||
284 | MACHINE_START(OMAP_ZOOM2, "OMAP Zoom2 board") | 284 | MACHINE_START(OMAP_ZOOM2, "OMAP Zoom2 board") |
285 | .phys_io = 0x48000000, | 285 | .phys_io = 0x48000000, |
286 | .io_pg_offst = ((0xd8000000) >> 18) & 0xfffc, | 286 | .io_pg_offst = ((0xfa000000) >> 18) & 0xfffc, |
287 | .boot_params = 0x80000100, | 287 | .boot_params = 0x80000100, |
288 | .map_io = omap_zoom2_map_io, | 288 | .map_io = omap_zoom2_map_io, |
289 | .init_irq = omap_zoom2_init_irq, | 289 | .init_irq = omap_zoom2_init_irq, |