summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c2440/mach-nexcoder.c
diff options
context:
space:
mode:
authorNicolas Pitre2011-07-06 04:38:17 +0200
committerNicolas Pitre2011-08-21 23:15:09 +0200
commit69d50710c62b24ee2e7e51b34031fec58396ac02 (patch)
tree61652cc9a284d6ef7c39d625c416215d3144a2f6 /arch/arm/mach-s3c2440/mach-nexcoder.c
parentARM: mach-rpc: convert boot_params to atag_offset (diff)
downloadkernel-qcow2-linux-69d50710c62b24ee2e7e51b34031fec58396ac02.tar.gz
kernel-qcow2-linux-69d50710c62b24ee2e7e51b34031fec58396ac02.tar.xz
kernel-qcow2-linux-69d50710c62b24ee2e7e51b34031fec58396ac02.zip
ARM: mach-s3c24*: 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-s3c2440/mach-nexcoder.c')
-rw-r--r--arch/arm/mach-s3c2440/mach-nexcoder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c2440/mach-nexcoder.c b/arch/arm/mach-s3c2440/mach-nexcoder.c
index 37dd306fb7dc..61c0bf148165 100644
--- a/arch/arm/mach-s3c2440/mach-nexcoder.c
+++ b/arch/arm/mach-s3c2440/mach-nexcoder.c
@@ -151,7 +151,7 @@ static void __init nexcoder_init(void)
MACHINE_START(NEXCODER_2440, "NexVision - Nexcoder 2440")
/* Maintainer: Guillaume GOURAT <guillaume.gourat@nexvision.tv> */
- .boot_params = S3C2410_SDRAM_PA + 0x100,
+ .atag_offset = 0x100,
.map_io = nexcoder_map_io,
.init_machine = nexcoder_init,
.init_irq = s3c24xx_init_irq,