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:12 -0400 |
commit | 02350a1f8b89045e4d32c45e97c2c04b1d6c7546 (patch) | |
tree | f2e8ef9ceed3f09035f8fee3f66939d3a6c46439 /arch/arm/mach-s5pv210/mach-goni.c | |
parent | 170a59080dfb8b3115ccce8f90fbceeb242d895a (diff) |
ARM: mach-s5pc100, mach-s5pv210: 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-s5pv210/mach-goni.c')
-rw-r--r-- | arch/arm/mach-s5pv210/mach-goni.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s5pv210/mach-goni.c b/arch/arm/mach-s5pv210/mach-goni.c index 85c2d51a0956..061cc7e4f48c 100644 --- a/arch/arm/mach-s5pv210/mach-goni.c +++ b/arch/arm/mach-s5pv210/mach-goni.c | |||
@@ -897,7 +897,7 @@ static void __init goni_machine_init(void) | |||
897 | 897 | ||
898 | MACHINE_START(GONI, "GONI") | 898 | MACHINE_START(GONI, "GONI") |
899 | /* Maintainers: Kyungmin Park <kyungmin.park@samsung.com> */ | 899 | /* Maintainers: Kyungmin Park <kyungmin.park@samsung.com> */ |
900 | .boot_params = S5P_PA_SDRAM + 0x100, | 900 | .atag_offset = 0x100, |
901 | .init_irq = s5pv210_init_irq, | 901 | .init_irq = s5pv210_init_irq, |
902 | .map_io = goni_map_io, | 902 | .map_io = goni_map_io, |
903 | .init_machine = goni_machine_init, | 903 | .init_machine = goni_machine_init, |