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-torbreck.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-torbreck.c')
-rw-r--r-- | arch/arm/mach-s5pv210/mach-torbreck.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s5pv210/mach-torbreck.c b/arch/arm/mach-s5pv210/mach-torbreck.c index 925fc0dc6252..97cc066c5369 100644 --- a/arch/arm/mach-s5pv210/mach-torbreck.c +++ b/arch/arm/mach-s5pv210/mach-torbreck.c | |||
@@ -125,7 +125,7 @@ static void __init torbreck_machine_init(void) | |||
125 | 125 | ||
126 | MACHINE_START(TORBRECK, "TORBRECK") | 126 | MACHINE_START(TORBRECK, "TORBRECK") |
127 | /* Maintainer: Hyunchul Ko <ghcstop@gmail.com> */ | 127 | /* Maintainer: Hyunchul Ko <ghcstop@gmail.com> */ |
128 | .boot_params = S5P_PA_SDRAM + 0x100, | 128 | .atag_offset = 0x100, |
129 | .init_irq = s5pv210_init_irq, | 129 | .init_irq = s5pv210_init_irq, |
130 | .map_io = torbreck_map_io, | 130 | .map_io = torbreck_map_io, |
131 | .init_machine = torbreck_machine_init, | 131 | .init_machine = torbreck_machine_init, |