summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-u300/u300.c
diff options
context:
space:
mode:
authorNicolas Pitre2011-07-06 04:38:18 +0200
committerNicolas Pitre2011-08-21 23:15:18 +0200
commit4611b68922addef195c62f7dd86ef48aaf742989 (patch)
tree4fd38880e47e8f793b7214ae4e493d7472489eed /arch/arm/mach-u300/u300.c
parentARM: mach-tegra: convert boot_params to atag_offset (diff)
downloadkernel-qcow2-linux-4611b68922addef195c62f7dd86ef48aaf742989.tar.gz
kernel-qcow2-linux-4611b68922addef195c62f7dd86ef48aaf742989.tar.xz
kernel-qcow2-linux-4611b68922addef195c62f7dd86ef48aaf742989.zip
ARM: mach-u300: convert boot_params to atag_offset
Someone was smoking good stuff with CONFIG_MACH_U300_2MB_ALIGNMENT_FIX here... Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org> Acked-by: Linus Walleij <linus.walleij@linaro.org> Acked-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-u300/u300.c')
-rw-r--r--arch/arm/mach-u300/u300.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-u300/u300.c b/arch/arm/mach-u300/u300.c
index 48b3b7f39966..80e7305589c6 100644
--- a/arch/arm/mach-u300/u300.c
+++ b/arch/arm/mach-u300/u300.c
@@ -61,7 +61,7 @@ static void __init u300_init_machine(void)
MACHINE_START(U300, MACH_U300_STRING)
/* Maintainer: Linus Walleij <linus.walleij@stericsson.com> */
- .boot_params = BOOT_PARAMS_OFFSET,
+ .atag_offset = BOOT_PARAMS_OFFSET,
.map_io = u300_map_io,
.reserve = u300_reserve,
.init_irq = u300_init_irq,