aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/mp900.c
diff options
context:
space:
mode:
authorNicolas Pitre <nicolas.pitre@linaro.org>2011-07-05 22:38:15 -0400
committerNicolas Pitre <nico@fluxnic.net>2011-08-21 17:15:07 -0400
commit7375aba6737419db5a17b4a8540ffe7b4452ff40 (patch)
tree19a599d86bc7ab177ef5ee167d115fcc4627d6bc /arch/arm/mach-pxa/mp900.c
parentARM: mach-pnx4008: convert boot_params to atag_offset (diff)
downloadlinux-dev-7375aba6737419db5a17b4a8540ffe7b4452ff40.tar.xz
linux-dev-7375aba6737419db5a17b4a8540ffe7b4452ff40.zip
ARM: mach-pxa: 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-pxa/mp900.c')
-rw-r--r--arch/arm/mach-pxa/mp900.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/mp900.c b/arch/arm/mach-pxa/mp900.c
index fb408861dbcf..4af5d513c380 100644
--- a/arch/arm/mach-pxa/mp900.c
+++ b/arch/arm/mach-pxa/mp900.c
@@ -92,7 +92,7 @@ static void __init mp900c_init(void)
/* Maintainer - Michael Petchkovsky <mkpetch@internode.on.net> */
MACHINE_START(NEC_MP900, "MobilePro900/C")
- .boot_params = 0xa0220100,
+ .atag_offset = 0x220100,
.timer = &pxa_timer,
.map_io = pxa25x_map_io,
.init_irq = pxa25x_init_irq,