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 248a5b8e2865..c8e1d4f6eeda 100644 --- a/arch/arm/mach-omap1/board-h2.c +++ b/arch/arm/mach-omap1/board-h2.c | |||
@@ -450,7 +450,7 @@ static void __init h2_init(void) | |||
450 | 450 | ||
451 | MACHINE_START(OMAP_H2, "TI-H2") | 451 | MACHINE_START(OMAP_H2, "TI-H2") |
452 | /* Maintainer: Imre Deak <imre.deak@nokia.com> */ | 452 | /* Maintainer: Imre Deak <imre.deak@nokia.com> */ |
453 | .boot_params = 0x10000100, | 453 | .atag_offset = 0x100, |
454 | .map_io = omap16xx_map_io, | 454 | .map_io = omap16xx_map_io, |
455 | .init_early = omap1_init_early, | 455 | .init_early = omap1_init_early, |
456 | .reserve = omap_reserve, | 456 | .reserve = omap_reserve, |