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-02-11 10:35:26 -07:00
committed by Tom Warren
parent 8aff009585
commit 94829195ac
+1 -1
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();