diff options
author | Nicolas Pitre <nicolas.pitre@linaro.org> | 2011-07-06 06:38:12 +0400 |
---|---|---|
committer | Nicolas Pitre <nico@fluxnic.net> | 2011-08-22 01:14:53 +0400 |
commit | 1896746defa4b711b39bd04145a55d42a902ae2a (patch) | |
tree | 0b7a26da5ff16ac54407480e72099f08845d3b34 /arch/arm/mach-iop32x/n2100.c | |
parent | d304c54e3a94da6195f031b9fd7ead426757c06e (diff) | |
download | linux-1896746defa4b711b39bd04145a55d42a902ae2a.tar.xz |
ARM: mach-iop32x: 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-iop32x/n2100.c')
-rw-r--r-- | arch/arm/mach-iop32x/n2100.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-iop32x/n2100.c b/arch/arm/mach-iop32x/n2100.c index 1a374eab6007..d7269279968c 100644 --- a/arch/arm/mach-iop32x/n2100.c +++ b/arch/arm/mach-iop32x/n2100.c @@ -327,7 +327,7 @@ static void __init n2100_init_machine(void) MACHINE_START(N2100, "Thecus N2100") /* Maintainer: Lennert Buytenhek <buytenh@wantstofly.org> */ - .boot_params = 0xa0000100, + .atag_offset = 0x100, .map_io = n2100_map_io, .init_irq = iop32x_init_irq, .timer = &n2100_timer, |