]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
tegra2: Add support for Ventana
authorStephen Warren <swarren@nvidia.com>
Mon, 31 Oct 2011 06:51:37 +0000 (06:51 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Fri, 9 Dec 2011 16:30:08 +0000 (17:30 +0100)
commitd5ef19b9b349dc87611357be22e563a99528a422
tree18f06409701d58f6bf372b6816de18c032857803
parent9877841f6bba3723f5d21cc58eb99f3417e90725
tegra2: Add support for Ventana

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.
v7: Add MAINTAINERS entry for Ventana. Tom Warren doesn't have Ventana, so
    he asked me to add myself for this board.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Warren <twarren@nvidia.com>
MAINTAINERS
board/nvidia/seaboard/seaboard.c
board/nvidia/ventana/Makefile [new file with mode: 0644]
boards.cfg
include/configs/ventana.h [new file with mode: 0644]