[U-Boot] [PATCH v3 4/4] tegra2: Add support for Ventana

2011-10-06 Thread Stephen Warren
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. Signed-off-by: Stephen Warren --- board/nvidia/seaboard/seaboard.c | 11 ++- board/nvidia/ventana/Makefile| 55 +

Re: [U-Boot] [PATCH v3 4/4] tegra2: Add support for Ventana

2011-10-07 Thread Simon Glass
Hi Stephen, On Thu, Oct 6, 2011 at 10:53 AM, Stephen Warren 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. > > Signed-off-by: Stephen Warren > --- >  board/nvidia/seaboard/seaboard.c |   1

Re: [U-Boot] [PATCH v3 4/4] tegra2: Add support for Ventana

2011-10-10 Thread Stephen Warren
Simon Glass wrote at Friday, October 07, 2011 6:03 PM: > On Thu, Oct 6, 2011 at 10:53 AM, Stephen Warren 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. ... > > diff --git a/board/nvidia/

Re: [U-Boot] [PATCH v3 4/4] tegra2: Add support for Ventana

2011-10-11 Thread Simon Glass
Hi Stephen, On Mon, Oct 10, 2011 at 9:00 AM, Stephen Warren wrote: > Simon Glass wrote at Friday, October 07, 2011 6:03 PM: >> On Thu, Oct 6, 2011 at 10:53 AM, Stephen Warren wrote: >> > Ventana is a board which is very similar to Seaboard. Support it by >> > re-using board/nvidia/seaboard/seabo