aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-realview/realview_pbx.c
diff options
context:
space:
mode:
authorNicolas Pitre <nicolas.pitre@linaro.org>2011-07-05 22:38:16 -0400
committerNicolas Pitre <nico@fluxnic.net>2011-08-21 17:15:08 -0400
commit9ddea57eb7496d1d4dee188f601b84dcedf27a43 (patch)
tree590c64c313aa425a1dfec340cc742c8701b9168e /arch/arm/mach-realview/realview_pbx.c
parentARM: mach-pxa: convert boot_params to atag_offset (diff)
downloadlinux-dev-9ddea57eb7496d1d4dee188f601b84dcedf27a43.tar.xz
linux-dev-9ddea57eb7496d1d4dee188f601b84dcedf27a43.zip
ARM: mach-realview: 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-realview/realview_pbx.c')
-rw-r--r--arch/arm/mach-realview/realview_pbx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-realview/realview_pbx.c b/arch/arm/mach-realview/realview_pbx.c
index 363b0ab56150..8ec7e52618b4 100644
--- a/arch/arm/mach-realview/realview_pbx.c
+++ b/arch/arm/mach-realview/realview_pbx.c
@@ -393,7 +393,7 @@ static void __init realview_pbx_init(void)
MACHINE_START(REALVIEW_PBX, "ARM-RealView PBX")
/* Maintainer: ARM Ltd/Deep Blue Solutions Ltd */
- .boot_params = PLAT_PHYS_OFFSET + 0x00000100,
+ .atag_offset = 0x100,
.fixup = realview_pbx_fixup,
.map_io = realview_pbx_map_io,
.init_early = realview_init_early,