aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-tegra/board-paz00.c
diff options
context:
space:
mode:
authorNicolas Pitre <nicolas.pitre@linaro.org>2011-07-05 22:38:18 -0400
committerNicolas Pitre <nico@fluxnic.net>2011-08-21 17:15:17 -0400
commitb61cafee2e0b1c83f99be07d7aef6331b5e9f25d (patch)
tree03dfa7e4eff2dd278a743c69692af3f7cea212b8 /arch/arm/mach-tegra/board-paz00.c
parentARM: mach-tcc8k: convert boot_params to atag_offset (diff)
downloadlinux-dev-b61cafee2e0b1c83f99be07d7aef6331b5e9f25d.tar.xz
linux-dev-b61cafee2e0b1c83f99be07d7aef6331b5e9f25d.zip
ARM: mach-tegra: 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-tegra/board-paz00.c')
-rw-r--r--arch/arm/mach-tegra/board-paz00.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/board-paz00.c b/arch/arm/mach-tegra/board-paz00.c
index ea2f79c9879b..3197c4cbaa71 100644
--- a/arch/arm/mach-tegra/board-paz00.c
+++ b/arch/arm/mach-tegra/board-paz00.c
@@ -127,7 +127,7 @@ static void __init tegra_paz00_init(void)
}
MACHINE_START(PAZ00, "Toshiba AC100 / Dynabook AZ")
- .boot_params = 0x00000100,
+ .atag_offset = 0x100,
.fixup = tegra_paz00_fixup,
.map_io = tegra_map_common_io,
.init_early = tegra_init_early,