aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pnx4008
diff options
context:
space:
mode:
authorNicolas Pitre <nicolas.pitre@linaro.org>2011-07-05 22:38:15 -0400
committerNicolas Pitre <nico@fluxnic.net>2011-08-21 17:15:06 -0400
commitd7a8a58e075f29b87a8f4cc5c286079d52783a17 (patch)
tree5bad2dd310d1dabcc191783c2cd770c777e606d8 /arch/arm/mach-pnx4008
parent65aa1b1ea499a75c9920c1ebadacec0a0b8a79a6 (diff)
downloadkernel_samsung_smdk4412-d7a8a58e075f29b87a8f4cc5c286079d52783a17.zip
kernel_samsung_smdk4412-d7a8a58e075f29b87a8f4cc5c286079d52783a17.tar.gz
kernel_samsung_smdk4412-d7a8a58e075f29b87a8f4cc5c286079d52783a17.tar.bz2
ARM: mach-pnx4008: 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-pnx4008')
-rw-r--r--arch/arm/mach-pnx4008/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-pnx4008/core.c b/arch/arm/mach-pnx4008/core.c
index 6339975..cdb95e7 100644
--- a/arch/arm/mach-pnx4008/core.c
+++ b/arch/arm/mach-pnx4008/core.c
@@ -264,7 +264,7 @@ extern struct sys_timer pnx4008_timer;
MACHINE_START(PNX4008, "Philips PNX4008")
/* Maintainer: MontaVista Software Inc. */
- .boot_params = 0x80000100,
+ .atag_offset = 0x100,
.map_io = pnx4008_map_io,
.init_irq = pnx4008_init_irq,
.init_machine = pnx4008_init,