diff options
author | Nicolas Pitre <nicolas.pitre@linaro.org> | 2011-07-05 22:38:12 -0400 |
---|---|---|
committer | Nicolas Pitre <nico@fluxnic.net> | 2011-08-21 17:14:51 -0400 |
commit | dc8f1907663e9d8f3f118e23c459f7707a7f7554 (patch) | |
tree | 9c77c8c42fbd733dac59971dd02f5f2695964dc8 /arch/arm/mach-imx/mach-mx1ads.c | |
parent | 3746f02254d72bb910ff29bd36d574b8d128b095 (diff) |
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-mx1ads.c')
-rw-r--r-- | arch/arm/mach-imx/mach-mx1ads.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-imx/mach-mx1ads.c b/arch/arm/mach-imx/mach-mx1ads.c index 5cd8bee46960..530ea08dbafd 100644 --- a/arch/arm/mach-imx/mach-mx1ads.c +++ b/arch/arm/mach-imx/mach-mx1ads.c | |||
@@ -145,7 +145,7 @@ struct sys_timer mx1ads_timer = { | |||
145 | 145 | ||
146 | MACHINE_START(MX1ADS, "Freescale MX1ADS") | 146 | MACHINE_START(MX1ADS, "Freescale MX1ADS") |
147 | /* Maintainer: Sascha Hauer, Pengutronix */ | 147 | /* Maintainer: Sascha Hauer, Pengutronix */ |
148 | .boot_params = MX1_PHYS_OFFSET + 0x100, | 148 | .atag_offset = 0x100, |
149 | .map_io = mx1_map_io, | 149 | .map_io = mx1_map_io, |
150 | .init_early = imx1_init_early, | 150 | .init_early = imx1_init_early, |
151 | .init_irq = mx1_init_irq, | 151 | .init_irq = mx1_init_irq, |
@@ -154,7 +154,7 @@ MACHINE_START(MX1ADS, "Freescale MX1ADS") | |||
154 | MACHINE_END | 154 | MACHINE_END |
155 | 155 | ||
156 | MACHINE_START(MXLADS, "Freescale MXLADS") | 156 | MACHINE_START(MXLADS, "Freescale MXLADS") |
157 | .boot_params = MX1_PHYS_OFFSET + 0x100, | 157 | .atag_offset = 0x100, |
158 | .map_io = mx1_map_io, | 158 | .map_io = mx1_map_io, |
159 | .init_early = imx1_init_early, | 159 | .init_early = imx1_init_early, |
160 | .init_irq = mx1_init_irq, | 160 | .init_irq = mx1_init_irq, |