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:05 -0400 |
commit | 5e52b435b7bf0a884c8c4ad938180da6561ed5c0 (patch) | |
tree | a0608e8c9f2bda7b53eb087880a38df3588f0c11 /arch/arm/mach-omap2/board-omap3touchbook.c | |
parent | 246e389d2a9e326f0a03a3be64eb77dd06f593dc (diff) |
ARM: mach-omap2: 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-omap2/board-omap3touchbook.c')
-rw-r--r-- | arch/arm/mach-omap2/board-omap3touchbook.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/board-omap3touchbook.c b/arch/arm/mach-omap2/board-omap3touchbook.c index 852ea0464057..49e4bd207cb6 100644 --- a/arch/arm/mach-omap2/board-omap3touchbook.c +++ b/arch/arm/mach-omap2/board-omap3touchbook.c | |||
@@ -404,7 +404,7 @@ static void __init omap3_touchbook_init(void) | |||
404 | 404 | ||
405 | MACHINE_START(TOUCHBOOK, "OMAP3 touchbook Board") | 405 | MACHINE_START(TOUCHBOOK, "OMAP3 touchbook Board") |
406 | /* Maintainer: Gregoire Gentil - http://www.alwaysinnovating.com */ | 406 | /* Maintainer: Gregoire Gentil - http://www.alwaysinnovating.com */ |
407 | .boot_params = 0x80000100, | 407 | .atag_offset = 0x100, |
408 | .reserve = omap_reserve, | 408 | .reserve = omap_reserve, |
409 | .map_io = omap3_map_io, | 409 | .map_io = omap3_map_io, |
410 | .init_early = omap3_touchbook_init_early, | 410 | .init_early = omap3_touchbook_init_early, |