[U-Boot] [PATCH v6 5/5] tegra2: Add support for Ventana

Simon Glass sjg at chromium.org
Thu Oct 13 01:05:26 CEST 2011


On Wed, Oct 12, 2011 at 3:53 PM, Stephen Warren <swarren at nvidia.com> wrote:
> Ventana is a board which is very similar to Seaboard. Support it by
> re-using board/nvidia/seaboard/seaboard.c with minor run-time conditionals.
>
> v5: Makefile: Use cmd_link_o_target, remove unused clean/distclean targets.
> v6: Make gpio_config_uart_seaboard() static.
>
> Signed-off-by: Stephen Warren <swarren at nvidia.com>

Acked-by: Simon Glass <sjg at chromium.org>

> ---
>  board/nvidia/seaboard/seaboard.c |   11 ++++++-
>  board/nvidia/ventana/Makefile    |   49 +++++++++++++++++++++++++++++++++
>  boards.cfg                       |    1 +
>  include/configs/ventana.h        |   55 ++++++++++++++++++++++++++++++++++++++
>  4 files changed, 114 insertions(+), 2 deletions(-)
>  create mode 100644 board/nvidia/ventana/Makefile
>  create mode 100644 include/configs/ventana.h
>


More information about the U-Boot mailing list