summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-footbridge/cats-hw.c
diff options
context:
space:
mode:
authorNicolas Pitre <nicolas.pitre@linaro.org>2011-07-06 04:38:11 +0200
committerNicolas Pitre <nico@fluxnic.net>2011-08-21 23:14:47 +0200
commit93ef8883696f3d8de786e176e777481ad8d1b720 (patch)
treed9e557ce3b78d08633318c8e8439d492a7eacaf1 /arch/arm/mach-footbridge/cats-hw.c
parentARM: mach-exynos4: convert boot_params to atag_offset (diff)
downloadlinux-93ef8883696f3d8de786e176e777481ad8d1b720.tar.xz
linux-93ef8883696f3d8de786e176e777481ad8d1b720.zip
ARM: mach-footbridge: 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-footbridge/cats-hw.c')
-rw-r--r--arch/arm/mach-footbridge/cats-hw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-footbridge/cats-hw.c b/arch/arm/mach-footbridge/cats-hw.c
index 5b1a8db779be..a3da5d1106c2 100644
--- a/arch/arm/mach-footbridge/cats-hw.c
+++ b/arch/arm/mach-footbridge/cats-hw.c
@@ -86,7 +86,7 @@ fixup_cats(struct machine_desc *desc, struct tag *tags,
MACHINE_START(CATS, "Chalice-CATS")
/* Maintainer: Philip Blundell */
- .boot_params = 0x00000100,
+ .atag_offset = 0x100,
.soft_reboot = 1,
.fixup = fixup_cats,
.map_io = footbridge_map_io,