diff options
Diffstat (limited to 'arch/arm/mach-imx/mach-mx25_3ds.c')
-rw-r--r-- | arch/arm/mach-imx/mach-mx25_3ds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/mach-mx25_3ds.c b/arch/arm/mach-imx/mach-mx25_3ds.c index 7f66a91df361..dd25ee82e70a 100644 --- a/arch/arm/mach-imx/mach-mx25_3ds.c +++ b/arch/arm/mach-imx/mach-mx25_3ds.c | |||
@@ -253,7 +253,7 @@ static struct sys_timer mx25pdk_timer = { | |||
253 | 253 | ||
254 | MACHINE_START(MX25_3DS, "Freescale MX25PDK (3DS)") | 254 | MACHINE_START(MX25_3DS, "Freescale MX25PDK (3DS)") |
255 | /* Maintainer: Freescale Semiconductor, Inc. */ | 255 | /* Maintainer: Freescale Semiconductor, Inc. */ |
256 | .boot_params = MX25_PHYS_OFFSET + 0x100, | 256 | .atag_offset = 0x100, |
257 | .map_io = mx25_map_io, | 257 | .map_io = mx25_map_io, |
258 | .init_early = imx25_init_early, | 258 | .init_early = imx25_init_early, |
259 | .init_irq = mx25_init_irq, | 259 | .init_irq = mx25_init_irq, |