[U-Boot] [PATCH 6/7] Tegra30: Add generic Tegra30 build support
Stephen Warren
swarren at wwwdotorg.org
Wed Oct 3 22:38:09 CEST 2012
On 10/02/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
> +#ifdef CONFIG_USB_EHCI_TEGRA
> +#include <asm/arch/usb.h>
> +#endif
That seems unrelated.
> +#ifdef CONFIG_TEGRA30
> +#include <asm/arch/pinmux-config-common.h>
> +#endif
...
> /*
> + * Routine: pinmux_init
> + * Description: Do individual peripheral pinmux configs
> + */
> +static void pinmux_init(void)
> +{
> +#if defined(CONFIG_TEGRA30)
> + pinmux_config_table(tegra3_pinmux_common,
> + ARRAY_SIZE(tegra3_pinmux_common));
> +
> + pinmux_config_table(unused_pins_lowpower,
> + ARRAY_SIZE(unused_pins_lowpower));
> +#endif
> +}
I think that should be done by the Cardhu board file, since the data is
Cardhu-specific.
More information about the U-Boot
mailing list