summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s5pv210/mach-torbreck.c
diff options
context:
space:
mode:
authorNicolas Pitre2011-07-06 04:38:17 +0200
committerNicolas Pitre2011-08-21 23:15:12 +0200
commit02350a1f8b89045e4d32c45e97c2c04b1d6c7546 (patch)
treef2e8ef9ceed3f09035f8fee3f66939d3a6c46439 /arch/arm/mach-s5pv210/mach-torbreck.c
parentARM: mach-s3c64xx: convert boot_params to atag_offset (diff)
downloadkernel-qcow2-linux-02350a1f8b89045e4d32c45e97c2c04b1d6c7546.tar.gz
kernel-qcow2-linux-02350a1f8b89045e4d32c45e97c2c04b1d6c7546.tar.xz
kernel-qcow2-linux-02350a1f8b89045e4d32c45e97c2c04b1d6c7546.zip
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.c2
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)
MACHINE_START(TORBRECK, "TORBRECK")
/* Maintainer: Hyunchul Ko <ghcstop@gmail.com> */
- .boot_params = S5P_PA_SDRAM + 0x100,
+ .atag_offset = 0x100,
.init_irq = s5pv210_init_irq,
.map_io = torbreck_map_io,
.init_machine = torbreck_machine_init,