summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-clps711x/edb7211-arch.c
diff options
context:
space:
mode:
authorNicolas Pitre <nicolas.pitre@linaro.org>2011-07-05 22:38:11 -0400
committerNicolas Pitre <nico@fluxnic.net>2011-08-21 17:14:42 -0400
commit6244fa9cbd078f598f8f4dcb2017d37b45ac3cee (patch)
tree1a04f7dfe698231285ba42ae5207d06c015d5929 /arch/arm/mach-clps711x/edb7211-arch.c
parent2bb9839e312ed55a6d5824ffa6077ce3d7d63b1e (diff)
downloadop-kernel-dev-6244fa9cbd078f598f8f4dcb2017d37b45ac3cee.zip
op-kernel-dev-6244fa9cbd078f598f8f4dcb2017d37b45ac3cee.tar.gz
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/edb7211-arch.c')
-rw-r--r--arch/arm/mach-clps711x/edb7211-arch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-clps711x/edb7211-arch.c b/arch/arm/mach-clps711x/edb7211-arch.c
index 98ca5b2..abf522d 100644
--- a/arch/arm/mach-clps711x/edb7211-arch.c
+++ b/arch/arm/mach-clps711x/edb7211-arch.c
@@ -57,7 +57,7 @@ fixup_edb7211(struct machine_desc *desc, struct tag *tags,
MACHINE_START(EDB7211, "CL-EDB7211 (EP7211 eval board)")
/* Maintainer: Jon McClintock */
- .boot_params = 0xc0020100, /* 0xc0000000 - 0xc001ffff can be video RAM */
+ .atag_offset = 0x20100, /* 0xc0000000 - 0xc001ffff can be video RAM */
.fixup = fixup_edb7211,
.map_io = edb7211_map_io,
.reserve = edb7211_reserve,
OpenPOWER on IntegriCloud