diff options
author | Nicolas Pitre <nicolas.pitre@linaro.org> | 2011-07-06 02:38:15 (GMT) |
---|---|---|
committer | Nicolas Pitre <nico@fluxnic.net> | 2011-08-21 21:15:07 (GMT) |
commit | 7375aba6737419db5a17b4a8540ffe7b4452ff40 (patch) | |
tree | 19a599d86bc7ab177ef5ee167d115fcc4627d6bc /arch/arm/mach-pxa/palmz72.c | |
parent | d7a8a58e075f29b87a8f4cc5c286079d52783a17 (diff) | |
download | linux-7375aba6737419db5a17b4a8540ffe7b4452ff40.tar.xz |
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/palmz72.c')
-rw-r--r-- | arch/arm/mach-pxa/palmz72.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/palmz72.c b/arch/arm/mach-pxa/palmz72.c index e61c1cc..68e18ba 100644 --- a/arch/arm/mach-pxa/palmz72.c +++ b/arch/arm/mach-pxa/palmz72.c @@ -399,7 +399,7 @@ static void __init palmz72_init(void) } MACHINE_START(PALMZ72, "Palm Zire72") - .boot_params = 0xa0000100, + .atag_offset = 0x100, .map_io = pxa27x_map_io, .init_irq = pxa27x_init_irq, .handle_irq = pxa27x_handle_irq, |