ARM: tegra: Fix build error w/ ARCH_TEGRA_114_SOC w/o ARCH_TEGRA_3x_SOC
authorOlof Johansson <olof@lixom.net>
Sun, 10 Feb 2013 01:45:28 +0000 (17:45 -0800)
committerOlof Johansson <olof@lixom.net>
Sun, 10 Feb 2013 01:46:51 +0000 (17:46 -0800)
commitd2ffb918f74bf6f596209491babde9df0c7fb4b8
tree8ca143fbef64f5838d09ed6f795997ab82589995
parent031b77afc374cf1b86dbcda5dfa6e1bbb989836c
ARM: tegra: Fix build error w/ ARCH_TEGRA_114_SOC w/o ARCH_TEGRA_3x_SOC

This patch fixes the build error when ARCH_TEGRA_114_SOC is enabled
and ARCH_TEGRA_3x_SOC is disabled.

This provides Tegra114 with its own tegra114_init_early() instead of
making use of tegra30_init_early() so that T114 build doesn't depend
on T3x anymore.

Signed-off-by: Hiroshi Doyu <hdoyu@nvidia.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/mach-tegra/board-dt-tegra114.c
arch/arm/mach-tegra/board.h
arch/arm/mach-tegra/common.c