diff options
Diffstat (limited to 'arch/arm/mach-mx5/board-mx51_3ds.c')
-rw-r--r-- | arch/arm/mach-mx5/board-mx51_3ds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mx5/board-mx51_3ds.c b/arch/arm/mach-mx5/board-mx51_3ds.c index 07a38154da21..a50174e69e2f 100644 --- a/arch/arm/mach-mx5/board-mx51_3ds.c +++ b/arch/arm/mach-mx5/board-mx51_3ds.c | |||
@@ -169,7 +169,7 @@ static struct sys_timer mx51_3ds_timer = { | |||
169 | 169 | ||
170 | MACHINE_START(MX51_3DS, "Freescale MX51 3-Stack Board") | 170 | MACHINE_START(MX51_3DS, "Freescale MX51 3-Stack Board") |
171 | /* Maintainer: Freescale Semiconductor, Inc. */ | 171 | /* Maintainer: Freescale Semiconductor, Inc. */ |
172 | .boot_params = MX51_PHYS_OFFSET + 0x100, | 172 | .atag_offset = 0x100, |
173 | .map_io = mx51_map_io, | 173 | .map_io = mx51_map_io, |
174 | .init_early = imx51_init_early, | 174 | .init_early = imx51_init_early, |
175 | .init_irq = mx51_init_irq, | 175 | .init_irq = mx51_init_irq, |