diff options
author | Peter De Schrijver <pdeschrijver@nvidia.com> | 2011-12-14 16:03:17 +0100 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2011-12-18 05:15:13 +0100 |
commit | c37c07ddf26910f39cdc55df54640439d3a38083 (patch) | |
tree | 8370726d13d713b156472e68b94831296c09c1a1 /arch/arm/mach-tegra/board-paz00.c | |
parent | arm/tegra: don't export clk_measure_input_freq (diff) | |
download | linux-c37c07ddf26910f39cdc55df54640439d3a38083.tar.xz linux-c37c07ddf26910f39cdc55df54640439d3a38083.zip |
arm/tegra: prepare early init for multiple tegra variants
This patch splits the early init code in a common and a tegra20 specific part.
Signed-off-by: Peter De Schrijver <pdeschrijver@nvidia.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Colin Cross <ccross@android.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
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 0b7e1cfee70d..e68b40727e6d 100644 --- a/arch/arm/mach-tegra/board-paz00.c +++ b/arch/arm/mach-tegra/board-paz00.c @@ -189,7 +189,7 @@ MACHINE_START(PAZ00, "Toshiba AC100 / Dynabook AZ") .atag_offset = 0x100, .fixup = tegra_paz00_fixup, .map_io = tegra_map_common_io, - .init_early = tegra_init_early, + .init_early = tegra20_init_early, .init_irq = tegra_init_irq, .handle_irq = gic_handle_irq, .timer = &tegra_timer, |