diff options
author | Nicolas Pitre <nicolas.pitre@linaro.org> | 2011-07-05 22:38:14 -0400 |
---|---|---|
committer | Nicolas Pitre <nico@fluxnic.net> | 2011-08-21 17:14:59 -0400 |
commit | f631dd411e478b781878d9e5d932b9ae8efa9076 (patch) | |
tree | 05efd09a24594d7585bb3bd20acd48301af8668c /arch/arm/mach-msm/board-sapphire.c | |
parent | bdec5ddd80fe6e599d6c7c68c0c83bf8b49daaa7 (diff) |
ARM: mach-msm: 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-msm/board-sapphire.c')
-rw-r--r-- | arch/arm/mach-msm/board-sapphire.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-msm/board-sapphire.c b/arch/arm/mach-msm/board-sapphire.c index 68f930f07d77..dc0bcb5a6b9a 100644 --- a/arch/arm/mach-msm/board-sapphire.c +++ b/arch/arm/mach-msm/board-sapphire.c | |||
@@ -105,7 +105,7 @@ static void __init sapphire_map_io(void) | |||
105 | 105 | ||
106 | MACHINE_START(SAPPHIRE, "sapphire") | 106 | MACHINE_START(SAPPHIRE, "sapphire") |
107 | /* Maintainer: Brian Swetland <swetland@google.com> */ | 107 | /* Maintainer: Brian Swetland <swetland@google.com> */ |
108 | .boot_params = PLAT_PHYS_OFFSET + 0x100, | 108 | .atag_offset = 0x100, |
109 | .fixup = sapphire_fixup, | 109 | .fixup = sapphire_fixup, |
110 | .map_io = sapphire_map_io, | 110 | .map_io = sapphire_map_io, |
111 | .init_irq = sapphire_init_irq, | 111 | .init_irq = sapphire_init_irq, |