summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c64xx/mach-smartq7.c
diff options
context:
space:
mode:
authorNicolas Pitre2011-07-06 04:38:17 +0200
committerNicolas Pitre2011-08-21 23:15:11 +0200
commit170a59080dfb8b3115ccce8f90fbceeb242d895a (patch)
tree53e89d7757d58a0369ac471a8aa2daf25ab74bf2 /arch/arm/mach-s3c64xx/mach-smartq7.c
parentARM: mach-s5p64x0: convert boot_params to atag_offset (diff)
downloadkernel-qcow2-linux-170a59080dfb8b3115ccce8f90fbceeb242d895a.tar.gz
kernel-qcow2-linux-170a59080dfb8b3115ccce8f90fbceeb242d895a.tar.xz
kernel-qcow2-linux-170a59080dfb8b3115ccce8f90fbceeb242d895a.zip
ARM: mach-s3c64xx: 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-s3c64xx/mach-smartq7.c')
-rw-r--r--arch/arm/mach-s3c64xx/mach-smartq7.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c64xx/mach-smartq7.c b/arch/arm/mach-s3c64xx/mach-smartq7.c
index 57963977da8e..04f914b85fdf 100644
--- a/arch/arm/mach-s3c64xx/mach-smartq7.c
+++ b/arch/arm/mach-s3c64xx/mach-smartq7.c
@@ -162,7 +162,7 @@ static void __init smartq7_machine_init(void)
MACHINE_START(SMARTQ7, "SmartQ 7")
/* Maintainer: Maurus Cuelenaere <mcuelenaere AT gmail DOT com> */
- .boot_params = S3C64XX_PA_SDRAM + 0x100,
+ .atag_offset = 0x100,
.init_irq = s3c6410_init_irq,
.map_io = smartq_map_io,
.init_machine = smartq7_machine_init,