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/clep7312.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/clep7312.c')
-rw-r--r-- | arch/arm/mach-clps711x/clep7312.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-clps711x/clep7312.c b/arch/arm/mach-clps711x/clep7312.c index 67b5abb4a60a..06c8abd9371f 100644 --- a/arch/arm/mach-clps711x/clep7312.c +++ b/arch/arm/mach-clps711x/clep7312.c | |||
@@ -37,7 +37,7 @@ fixup_clep7312(struct machine_desc *desc, struct tag *tags, | |||
37 | 37 | ||
38 | MACHINE_START(CLEP7212, "Cirrus Logic 7212/7312") | 38 | MACHINE_START(CLEP7212, "Cirrus Logic 7212/7312") |
39 | /* Maintainer: Nobody */ | 39 | /* Maintainer: Nobody */ |
40 | .boot_params = 0xc0000100, | 40 | .atag_offset = 0x0100, |
41 | .fixup = fixup_clep7312, | 41 | .fixup = fixup_clep7312, |
42 | .map_io = clps711x_map_io, | 42 | .map_io = clps711x_map_io, |
43 | .init_irq = clps711x_init_irq, | 43 | .init_irq = clps711x_init_irq, |