diff options
Diffstat (limited to 'arch/arm/mach-omap1/board-perseus2.c')
-rw-r--r-- | arch/arm/mach-omap1/board-perseus2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap1/board-perseus2.c b/arch/arm/mach-omap1/board-perseus2.c index 7e2efe52cc35..04b1befaced6 100644 --- a/arch/arm/mach-omap1/board-perseus2.c +++ b/arch/arm/mach-omap1/board-perseus2.c | |||
@@ -349,7 +349,7 @@ static void __init omap_perseus2_map_io(void) | |||
349 | 349 | ||
350 | MACHINE_START(OMAP_PERSEUS2, "OMAP730 Perseus2") | 350 | MACHINE_START(OMAP_PERSEUS2, "OMAP730 Perseus2") |
351 | /* Maintainer: Kevin Hilman <kjh@hilman.org> */ | 351 | /* Maintainer: Kevin Hilman <kjh@hilman.org> */ |
352 | .boot_params = 0x10000100, | 352 | .atag_offset = 0x100, |
353 | .map_io = omap_perseus2_map_io, | 353 | .map_io = omap_perseus2_map_io, |
354 | .reserve = omap_reserve, | 354 | .reserve = omap_reserve, |
355 | .init_irq = omap_perseus2_init_irq, | 355 | .init_irq = omap_perseus2_init_irq, |