Re: [U-Boot] [PATCH 2/3] ventana: define CONFIG_MACH_VENTANA

2012-03-01 Thread Stephen Warren
On 03/01/2012 02:13 PM, Troy Kisky wrote: > ventana uses board/nvidia/seaboard/seaboard.c > which uses machine_is_ventana. > diff --git a/include/configs/ventana.h b/include/configs/ventana.h > +#define CONFIG_MACH_VENTANA It'd be nice not to have to do this; that header already does: #define C

[U-Boot] [PATCH 2/3] ventana: define CONFIG_MACH_VENTANA

2012-03-01 Thread Troy Kisky
ventana uses board/nvidia/seaboard/seaboard.c which uses machine_is_ventana. Signed-off-by: Troy Kisky --- include/configs/ventana.h |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/configs/ventana.h b/include/configs/ventana.h index acc9b43..b5caebb 100644 --- a

Re: [U-Boot] [PATCH 2/3] ventana: define CONFIG_MACH_VENTANA

2012-03-01 Thread Stephen Warren
On 03/01/2012 03:55 PM, Troy Kisky wrote: > On 3/1/2012 2:30 PM, Stephen Warren wrote: >> On 03/01/2012 02:13 PM, Troy Kisky wrote: >>> ventana uses board/nvidia/seaboard/seaboard.c >>> which uses machine_is_ventana. >>> diff --git a/include/configs/ventana.h b/include/configs/ventana.h >>> +#defin