aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-lpc32xx
diff options
context:
space:
mode:
authorNicolas Pitre <nicolas.pitre@linaro.org>2011-07-05 22:38:14 -0400
committerNicolas Pitre <nico@fluxnic.net>2011-08-21 17:14:58 -0400
commitbdec5ddd80fe6e599d6c7c68c0c83bf8b49daaa7 (patch)
tree8378e7595f4145c1f1c321426658148b74168ca8 /arch/arm/mach-lpc32xx
parent0318ce936889207b2dacc89036e4bf307564f0d3 (diff)
downloadkernel_samsung_smdk4412-bdec5ddd80fe6e599d6c7c68c0c83bf8b49daaa7.zip
kernel_samsung_smdk4412-bdec5ddd80fe6e599d6c7c68c0c83bf8b49daaa7.tar.gz
kernel_samsung_smdk4412-bdec5ddd80fe6e599d6c7c68c0c83bf8b49daaa7.tar.bz2
ARM: mach-lpc32xx: 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-lpc32xx')
-rw-r--r--arch/arm/mach-lpc32xx/phy3250.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-lpc32xx/phy3250.c b/arch/arm/mach-lpc32xx/phy3250.c
index 7993b09..9b621e1 100644
--- a/arch/arm/mach-lpc32xx/phy3250.c
+++ b/arch/arm/mach-lpc32xx/phy3250.c
@@ -382,7 +382,7 @@ arch_initcall(lpc32xx_display_uid);
MACHINE_START(PHY3250, "Phytec 3250 board with the LPC3250 Microcontroller")
/* Maintainer: Kevin Wells, NXP Semiconductors */
- .boot_params = 0x80000100,
+ .atag_offset = 0x100,
.map_io = lpc32xx_map_io,
.init_irq = lpc32xx_init_irq,
.timer = &lpc32xx_timer,