diff options
Diffstat (limited to 'arch/arm/mach-omap1/board-h3.c')
-rw-r--r-- | arch/arm/mach-omap1/board-h3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap1/board-h3.c b/arch/arm/mach-omap1/board-h3.c index 31f34875ffad..8e2b64a46929 100644 --- a/arch/arm/mach-omap1/board-h3.c +++ b/arch/arm/mach-omap1/board-h3.c | |||
@@ -449,7 +449,7 @@ static void __init h3_map_io(void) | |||
449 | 449 | ||
450 | MACHINE_START(OMAP_H3, "TI OMAP1710 H3 board") | 450 | MACHINE_START(OMAP_H3, "TI OMAP1710 H3 board") |
451 | /* Maintainer: Texas Instruments, Inc. */ | 451 | /* Maintainer: Texas Instruments, Inc. */ |
452 | .boot_params = 0x10000100, | 452 | .atag_offset = 0x100, |
453 | .map_io = h3_map_io, | 453 | .map_io = h3_map_io, |
454 | .reserve = omap_reserve, | 454 | .reserve = omap_reserve, |
455 | .init_irq = h3_init_irq, | 455 | .init_irq = h3_init_irq, |