diff options
author | Nicolas Pitre <nicolas.pitre@linaro.org> | 2011-07-06 06:38:12 +0400 |
---|---|---|
committer | Nicolas Pitre <nico@fluxnic.net> | 2011-08-22 01:14:51 +0400 |
commit | dc8f1907663e9d8f3f118e23c459f7707a7f7554 (patch) | |
tree | 9c77c8c42fbd733dac59971dd02f5f2695964dc8 /arch/arm/mach-imx/mach-mx27_3ds.c | |
parent | 3746f02254d72bb910ff29bd36d574b8d128b095 (diff) | |
download | linux-dc8f1907663e9d8f3f118e23c459f7707a7f7554.tar.xz |
ARM: mach-imx: 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-imx/mach-mx27_3ds.c')
-rw-r--r-- | arch/arm/mach-imx/mach-mx27_3ds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/mach-mx27_3ds.c b/arch/arm/mach-imx/mach-mx27_3ds.c index 6fa6934ab150..2eafbac2c763 100644 --- a/arch/arm/mach-imx/mach-mx27_3ds.c +++ b/arch/arm/mach-imx/mach-mx27_3ds.c @@ -421,7 +421,7 @@ static struct sys_timer mx27pdk_timer = { MACHINE_START(MX27_3DS, "Freescale MX27PDK") /* maintainer: Freescale Semiconductor, Inc. */ - .boot_params = MX27_PHYS_OFFSET + 0x100, + .atag_offset = 0x100, .map_io = mx27_map_io, .init_early = imx27_init_early, .init_irq = mx27_init_irq, |