Tegra114: Add generic Tegra114 build support

This patch adds basic Tegra114 (T114) build support - no specific
board is targeted.

Signed-off-by: Tom Warren <twarren@nvidia.com>
This commit is contained in:
Tom Warren 2013-01-28 13:32:12 +00:00 committed by Tom Warren
parent 8aff009585
commit 94829195ac

View File

@ -197,7 +197,7 @@ void gpio_early_init(void) __attribute__((weak, alias("__gpio_early_init")));
int board_early_init_f(void)
{
#if defined(CONFIG_TEGRA30)
#if !defined(CONFIG_TEGRA20)
pinmux_init();
#endif
board_init_uart_f();