diff options
Diffstat (limited to 'arch/arm/mach-tegra/board-paz00.c')
-rw-r--r-- | arch/arm/mach-tegra/board-paz00.c | 2 |
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) | |||
127 | } | 127 | } |
128 | 128 | ||
129 | MACHINE_START(PAZ00, "Toshiba AC100 / Dynabook AZ") | 129 | MACHINE_START(PAZ00, "Toshiba AC100 / Dynabook AZ") |
130 | .boot_params = 0x00000100, | 130 | .atag_offset = 0x100, |
131 | .fixup = tegra_paz00_fixup, | 131 | .fixup = tegra_paz00_fixup, |
132 | .map_io = tegra_map_common_io, | 132 | .map_io = tegra_map_common_io, |
133 | .init_early = tegra_init_early, | 133 | .init_early = tegra_init_early, |