diff options
| author | Nicolas Pitre <nicolas.pitre@linaro.org> | 2011-07-05 22:38:18 -0400 |
|---|---|---|
| committer | Nicolas Pitre <nico@fluxnic.net> | 2011-08-21 17:15:19 -0400 |
| commit | 171fa8a7bbaf7eaf7a11f1560f125cff3e3eefc1 (patch) | |
| tree | 382cbaf487a37c3395042fd68de57f90c3ff340f | |
| parent | bc77b1aa0c1584d52ed1883825bc6e04ab1a6277 (diff) | |
ARM: mach-versatile: convert boot-params to atag_offset
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
| -rw-r--r-- | arch/arm/mach-versatile/versatile_ab.c | 2 | ||||
| -rw-r--r-- | arch/arm/mach-versatile/versatile_pb.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-versatile/versatile_ab.c b/arch/arm/mach-versatile/versatile_ab.c index f8ae64b3eed0..fda4866703cd 100644 --- a/arch/arm/mach-versatile/versatile_ab.c +++ b/arch/arm/mach-versatile/versatile_ab.c | |||
| @@ -35,7 +35,7 @@ | |||
| 35 | 35 | ||
| 36 | MACHINE_START(VERSATILE_AB, "ARM-Versatile AB") | 36 | MACHINE_START(VERSATILE_AB, "ARM-Versatile AB") |
| 37 | /* Maintainer: ARM Ltd/Deep Blue Solutions Ltd */ | 37 | /* Maintainer: ARM Ltd/Deep Blue Solutions Ltd */ |
| 38 | .boot_params = 0x00000100, | 38 | .atag_offset = 0x100, |
| 39 | .map_io = versatile_map_io, | 39 | .map_io = versatile_map_io, |
| 40 | .init_early = versatile_init_early, | 40 | .init_early = versatile_init_early, |
| 41 | .init_irq = versatile_init_irq, | 41 | .init_irq = versatile_init_irq, |
diff --git a/arch/arm/mach-versatile/versatile_pb.c b/arch/arm/mach-versatile/versatile_pb.c index 37c23dfeefb7..feaf9cbe60f6 100644 --- a/arch/arm/mach-versatile/versatile_pb.c +++ b/arch/arm/mach-versatile/versatile_pb.c | |||
| @@ -103,7 +103,7 @@ static void __init versatile_pb_init(void) | |||
| 103 | 103 | ||
| 104 | MACHINE_START(VERSATILE_PB, "ARM-Versatile PB") | 104 | MACHINE_START(VERSATILE_PB, "ARM-Versatile PB") |
| 105 | /* Maintainer: ARM Ltd/Deep Blue Solutions Ltd */ | 105 | /* Maintainer: ARM Ltd/Deep Blue Solutions Ltd */ |
| 106 | .boot_params = 0x00000100, | 106 | .atag_offset = 0x100, |
| 107 | .map_io = versatile_map_io, | 107 | .map_io = versatile_map_io, |
| 108 | .init_early = versatile_init_early, | 108 | .init_early = versatile_init_early, |
| 109 | .init_irq = versatile_init_irq, | 109 | .init_irq = versatile_init_irq, |
