diff options
author | Nicolas Pitre <nicolas.pitre@linaro.org> | 2011-07-05 22:38:15 -0400 |
---|---|---|
committer | Nicolas Pitre <nico@fluxnic.net> | 2011-08-21 17:15:04 -0400 |
commit | 246e389d2a9e326f0a03a3be64eb77dd06f593dc (patch) | |
tree | 951d379863860a8f2ebdcceba4f61fe01de11378 /arch/arm/mach-omap1/board-perseus2.c | |
parent | 03150fb6a5eb66d1fd99286991dbbecf2b28fc3e (diff) |
ARM: mach-omap1: convert boot_params to atag_offset
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Acked-by: Tony Lindgren <tony@atomide.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
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 67acd4142639..ad3a1567604e 100644 --- a/arch/arm/mach-omap1/board-perseus2.c +++ b/arch/arm/mach-omap1/board-perseus2.c | |||
@@ -350,7 +350,7 @@ static void __init omap_perseus2_map_io(void) | |||
350 | 350 | ||
351 | MACHINE_START(OMAP_PERSEUS2, "OMAP730 Perseus2") | 351 | MACHINE_START(OMAP_PERSEUS2, "OMAP730 Perseus2") |
352 | /* Maintainer: Kevin Hilman <kjh@hilman.org> */ | 352 | /* Maintainer: Kevin Hilman <kjh@hilman.org> */ |
353 | .boot_params = 0x10000100, | 353 | .atag_offset = 0x100, |
354 | .map_io = omap_perseus2_map_io, | 354 | .map_io = omap_perseus2_map_io, |
355 | .reserve = omap_reserve, | 355 | .reserve = omap_reserve, |
356 | .init_irq = omap_perseus2_init_irq, | 356 | .init_irq = omap_perseus2_init_irq, |