diff options
author | Nicolas Pitre <nicolas.pitre@linaro.org> | 2011-07-05 22:38:17 -0400 |
---|---|---|
committer | Nicolas Pitre <nico@fluxnic.net> | 2011-08-21 17:15:13 -0400 |
commit | 17f4425d5b6819dd53a5c22577844a1d16bf6ccb (patch) | |
tree | a3b42e23ad21f9a7f925a8739b6eba468bed965a /arch/arm/mach-sa1100/shannon.c | |
parent | 02350a1f8b89045e4d32c45e97c2c04b1d6c7546 (diff) | |
download | blackbird-op-linux-17f4425d5b6819dd53a5c22577844a1d16bf6ccb.tar.gz blackbird-op-linux-17f4425d5b6819dd53a5c22577844a1d16bf6ccb.zip |
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/shannon.c')
-rw-r--r-- | arch/arm/mach-sa1100/shannon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-sa1100/shannon.c b/arch/arm/mach-sa1100/shannon.c index 7917b2405579..1cccbf5b9e9a 100644 --- a/arch/arm/mach-sa1100/shannon.c +++ b/arch/arm/mach-sa1100/shannon.c @@ -82,7 +82,7 @@ static void __init shannon_map_io(void) } MACHINE_START(SHANNON, "Shannon (AKA: Tuxscreen)") - .boot_params = 0xc0000100, + .atag_offset = 0x100, .map_io = shannon_map_io, .init_irq = sa1100_init_irq, .timer = &sa1100_timer, |