diff options
author | Nicolas Pitre <nicolas.pitre@linaro.org> | 2011-07-05 22:38:11 -0400 |
---|---|---|
committer | Nicolas Pitre <nico@fluxnic.net> | 2011-08-21 17:14:42 -0400 |
commit | 6244fa9cbd078f598f8f4dcb2017d37b45ac3cee (patch) | |
tree | 1a04f7dfe698231285ba42ae5207d06c015d5929 /arch/arm/mach-clps711x/p720t.c | |
parent | 2bb9839e312ed55a6d5824ffa6077ce3d7d63b1e (diff) |
ARM: mach-clps711x: 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-clps711x/p720t.c')
-rw-r--r-- | arch/arm/mach-clps711x/p720t.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-clps711x/p720t.c b/arch/arm/mach-clps711x/p720t.c index cefbce0480b9..e7f75aeb1e5b 100644 --- a/arch/arm/mach-clps711x/p720t.c +++ b/arch/arm/mach-clps711x/p720t.c | |||
@@ -89,7 +89,7 @@ static void __init p720t_map_io(void) | |||
89 | 89 | ||
90 | MACHINE_START(P720T, "ARM-Prospector720T") | 90 | MACHINE_START(P720T, "ARM-Prospector720T") |
91 | /* Maintainer: ARM Ltd/Deep Blue Solutions Ltd */ | 91 | /* Maintainer: ARM Ltd/Deep Blue Solutions Ltd */ |
92 | .boot_params = 0xc0000100, | 92 | .atag_offset = 0x100, |
93 | .fixup = fixup_p720t, | 93 | .fixup = fixup_p720t, |
94 | .map_io = p720t_map_io, | 94 | .map_io = p720t_map_io, |
95 | .init_irq = clps711x_init_irq, | 95 | .init_irq = clps711x_init_irq, |