commit | 17f4425d5b6819dd53a5c22577844a1d16bf6ccb | [log] [tgz] |
---|---|---|
author | Nicolas Pitre <nicolas.pitre@linaro.org> | Tue Jul 05 22:38:17 2011 -0400 |
committer | Nicolas Pitre <nico@fluxnic.net> | Sun Aug 21 17:15:13 2011 -0400 |
tree | a3b42e23ad21f9a7f925a8739b6eba468bed965a | |
parent | 02350a1f8b89045e4d32c45e97c2c04b1d6c7546 [diff] [blame] |
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>
diff --git a/arch/arm/mach-sa1100/lart.c b/arch/arm/mach-sa1100/lart.c index 7b9556b..5bc59d0 100644 --- a/arch/arm/mach-sa1100/lart.c +++ b/arch/arm/mach-sa1100/lart.c
@@ -61,7 +61,7 @@ } MACHINE_START(LART, "LART") - .boot_params = 0xc0000100, + .atag_offset = 0x100, .map_io = lart_map_io, .init_irq = sa1100_init_irq, .init_machine = lart_init,