diff options
author | Nicolas Pitre <nicolas.pitre@linaro.org> | 2011-07-06 06:38:17 +0400 |
---|---|---|
committer | Nicolas Pitre <nico@fluxnic.net> | 2011-08-22 01:15:13 +0400 |
commit | 17f4425d5b6819dd53a5c22577844a1d16bf6ccb (patch) | |
tree | a3b42e23ad21f9a7f925a8739b6eba468bed965a /arch/arm/mach-sa1100/lart.c | |
parent | 02350a1f8b89045e4d32c45e97c2c04b1d6c7546 (diff) | |
download | linux-17f4425d5b6819dd53a5c22577844a1d16bf6ccb.tar.xz |
ARM: mach-sa1100: 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-sa1100/lart.c')
-rw-r--r-- | arch/arm/mach-sa1100/lart.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-sa1100/lart.c b/arch/arm/mach-sa1100/lart.c index 7b9556b59057..5bc59d0947ba 100644 --- a/arch/arm/mach-sa1100/lart.c +++ b/arch/arm/mach-sa1100/lart.c @@ -61,7 +61,7 @@ static void __init lart_map_io(void) } MACHINE_START(LART, "LART") - .boot_params = 0xc0000100, + .atag_offset = 0x100, .map_io = lart_map_io, .init_irq = sa1100_init_irq, .init_machine = lart_init, |