diff options
author | Nicolas Pitre <nicolas.pitre@linaro.org> | 2011-07-06 04:38:16 +0200 |
---|---|---|
committer | Nicolas Pitre <nico@fluxnic.net> | 2011-08-21 23:15:08 +0200 |
commit | 9ddea57eb7496d1d4dee188f601b84dcedf27a43 (patch) | |
tree | 590c64c313aa425a1dfec340cc742c8701b9168e /arch/arm/mach-realview/realview_pb11mp.c | |
parent | ARM: mach-pxa: convert boot_params to atag_offset (diff) | |
download | linux-9ddea57eb7496d1d4dee188f601b84dcedf27a43.tar.xz linux-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_pb11mp.c')
-rw-r--r-- | arch/arm/mach-realview/realview_pb11mp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-realview/realview_pb11mp.c b/arch/arm/mach-realview/realview_pb11mp.c index b43644b3685e..671ad6d6ff00 100644 --- a/arch/arm/mach-realview/realview_pb11mp.c +++ b/arch/arm/mach-realview/realview_pb11mp.c @@ -360,7 +360,7 @@ static void __init realview_pb11mp_init(void) MACHINE_START(REALVIEW_PB11MP, "ARM-RealView PB11MPCore") /* Maintainer: ARM Ltd/Deep Blue Solutions Ltd */ - .boot_params = PLAT_PHYS_OFFSET + 0x00000100, + .atag_offset = 0x100, .fixup = realview_fixup, .map_io = realview_pb11mp_map_io, .init_early = realview_init_early, |