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:20 -0400 |
commit | e9ce8e5bd0314e90b60e185ca40b1d4740df7f22 (patch) | |
tree | 5aa11c5f499b076a3b45acbeb0aa79ccd6af72cd /arch | |
parent | 171fa8a7bbaf7eaf7a11f1560f125cff3e3eefc1 (diff) | |
download | linux-3.10-e9ce8e5bd0314e90b60e185ca40b1d4740df7f22.tar.gz linux-3.10-e9ce8e5bd0314e90b60e185ca40b1d4740df7f22.tar.bz2 linux-3.10-e9ce8e5bd0314e90b60e185ca40b1d4740df7f22.zip |
ARM: vexpress: 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')
-rw-r--r-- | arch/arm/mach-vexpress/v2m.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-vexpress/v2m.c b/arch/arm/mach-vexpress/v2m.c index 9e6b93b1a04..de72058180a 100644 --- a/arch/arm/mach-vexpress/v2m.c +++ b/arch/arm/mach-vexpress/v2m.c @@ -436,7 +436,7 @@ static void __init v2m_init(void) } MACHINE_START(VEXPRESS, "ARM-Versatile Express") - .boot_params = PLAT_PHYS_OFFSET + 0x00000100, + .atag_offset = 0x100, .map_io = v2m_map_io, .init_early = v2m_init_early, .init_irq = v2m_init_irq, |