diff options
author | Nicolas Pitre <nicolas.pitre@linaro.org> | 2011-07-05 22:38:14 -0400 |
---|---|---|
committer | Nicolas Pitre <nico@fluxnic.net> | 2011-08-21 17:15:01 -0400 |
commit | 6192935c3a6474df2e527da4856a9d88e1149e4b (patch) | |
tree | 64715fbb51959a1527b019c6eb0892768d567b37 /arch/arm/mach-mx5/board-mx51_babbage.c | |
parent | 5bc9291adc50820f4ead4e0199813229637ffa91 (diff) |
ARM: mach-mx5: convert boot_params to atag_offset
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-mx5/board-mx51_babbage.c')
-rw-r--r-- | arch/arm/mach-mx5/board-mx51_babbage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mx5/board-mx51_babbage.c b/arch/arm/mach-mx5/board-mx51_babbage.c index 11b0ff67f89d..468926a48fe0 100644 --- a/arch/arm/mach-mx5/board-mx51_babbage.c +++ b/arch/arm/mach-mx5/board-mx51_babbage.c | |||
@@ -416,7 +416,7 @@ static struct sys_timer mx51_babbage_timer = { | |||
416 | 416 | ||
417 | MACHINE_START(MX51_BABBAGE, "Freescale MX51 Babbage Board") | 417 | MACHINE_START(MX51_BABBAGE, "Freescale MX51 Babbage Board") |
418 | /* Maintainer: Amit Kucheria <amit.kucheria@canonical.com> */ | 418 | /* Maintainer: Amit Kucheria <amit.kucheria@canonical.com> */ |
419 | .boot_params = MX51_PHYS_OFFSET + 0x100, | 419 | .atag_offset = 0x100, |
420 | .map_io = mx51_map_io, | 420 | .map_io = mx51_map_io, |
421 | .init_early = imx51_init_early, | 421 | .init_early = imx51_init_early, |
422 | .init_irq = mx51_init_irq, | 422 | .init_irq = mx51_init_irq, |