mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-17 20:51:39 +00:00
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:
parent
8aff009585
commit
94829195ac
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue