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 6ed649b8b8d3..7506f349939a 100644 --- a/arch/arm/mach-omap1/board-perseus2.c +++ b/arch/arm/mach-omap1/board-perseus2.c | |||
@@ -346,7 +346,7 @@ static void __init omap_perseus2_map_io(void) | |||
346 | 346 | ||
347 | MACHINE_START(OMAP_PERSEUS2, "OMAP730 Perseus2") | 347 | MACHINE_START(OMAP_PERSEUS2, "OMAP730 Perseus2") |
348 | /* Maintainer: Kevin Hilman <kjh@hilman.org> */ | 348 | /* Maintainer: Kevin Hilman <kjh@hilman.org> */ |
349 | .boot_params = 0x10000100, | 349 | .atag_offset = 0x100, |
350 | .map_io = omap_perseus2_map_io, | 350 | .map_io = omap_perseus2_map_io, |
351 | .init_early = omap1_init_early, | 351 | .init_early = omap1_init_early, |
352 | .reserve = omap_reserve, | 352 | .reserve = omap_reserve, |