diff options
Diffstat (limited to 'arch/arm/mach-omap1/board-h2.c')
-rw-r--r-- | arch/arm/mach-omap1/board-h2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap1/board-h2.c b/arch/arm/mach-omap1/board-h2.c index 0796ad7e24b5..c2e279173d42 100644 --- a/arch/arm/mach-omap1/board-h2.c +++ b/arch/arm/mach-omap1/board-h2.c | |||
@@ -460,7 +460,7 @@ static void __init h2_map_io(void) | |||
460 | 460 | ||
461 | MACHINE_START(OMAP_H2, "TI-H2") | 461 | MACHINE_START(OMAP_H2, "TI-H2") |
462 | /* Maintainer: Imre Deak <imre.deak@nokia.com> */ | 462 | /* Maintainer: Imre Deak <imre.deak@nokia.com> */ |
463 | .boot_params = 0x10000100, | 463 | .atag_offset = 0x100, |
464 | .map_io = h2_map_io, | 464 | .map_io = h2_map_io, |
465 | .reserve = omap_reserve, | 465 | .reserve = omap_reserve, |
466 | .init_irq = h2_init_irq, | 466 | .init_irq = h2_init_irq, |