[U-Boot] [PATCH v2 6/7] Tegra30: Add generic Tegra30 build support

Stephen Warren swarren at wwwdotorg.org
Tue Dec 4 01:42:36 CET 2012


On 12/03/2012 04:45 PM, Tom Warren wrote:
> This patch adds basic Tegra30 (T30) build support - no specific
> board is targeted.

> diff --git a/board/nvidia/common/board.c b/board/nvidia/common/board.c

>  int board_early_init_f(void)
>  {
> +#if defined(CONFIG_TEGRA30)
> +	pinmux_init();
> +#endif
>  	board_init_uart_f();

Why is that required? If it is, why doesn't Tegra20 require it too?


More information about the U-Boot mailing list