Re: [U-Boot] [PATCH] arm:at91-boards: remove console_init_f where unnecessary

2012-09-01 Thread Andreas Bießmann
Dear Andreas Bießmann, On 16.08.2012 18:01, Andreas Bießmann wrote: A lot of at91 boards have the console_init_f in board_init. This is useless cause it was called before by generic code in lib/board.c. Signed-off-by: Andreas Bießmann cc: Jens Scharsig cc: Stelian Pop cc: Sedji Gaouaou cc: A

Re: [U-Boot] [PATCH] arm:at91-boards: remove console_init_f where unnecessary

2012-08-29 Thread esw
> A lot of at91 boards have the console_init_f in board_init. This is useless > cause it was called before by generic code in lib/board.c. > > Signed-off-by: Andreas Bießmann I have successfully tested this patch for eb_cpux9k2 and vl_ma2sc, so: Acked-by: Jens Scharsig (BuS Elektronik) Tested

Re: [U-Boot] [PATCH] arm:at91-boards: remove console_init_f where unnecessary

2012-08-21 Thread Bo Shen
Hi Andreas, On 8/17/2012 0:01, Andreas Bießmann wrote: A lot of at91 boards have the console_init_f in board_init. This is useless cause it was called before by generic code in lib/board.c. Signed-off-by: Andreas Bießmann cc: Jens Scharsig cc: Stelian Pop cc: Sedji Gaouaou cc: Albin Tonnerre

Re: [U-Boot] [PATCH] arm:at91-boards: remove console_init_f where unnecessary

2012-08-20 Thread Andreas Bießmann
Dear Bo Shen, Am Dienstag, 21. August 2012 schrieb Bo Shen : > On 8/17/2012 0:01, Andreas Bießmann wrote: > >> A lot of at91 boards have the console_init_f in board_init. This is >> useless >> cause it was called before by generic code in lib/board.c. >> >> Signed-off-by: Andreas Bießmann >> cc:

Re: [U-Boot] [PATCH] arm:at91-boards: remove console_init_f where unnecessary

2012-08-20 Thread Bo Shen
On 8/17/2012 0:01, Andreas Bießmann wrote: A lot of at91 boards have the console_init_f in board_init. This is useless cause it was called before by generic code in lib/board.c. Signed-off-by: Andreas Bießmann cc: Jens Scharsig cc: Stelian Pop cc: Sedji Gaouaou cc: Albin Tonnerre cc: Eric Be

[U-Boot] [PATCH] arm:at91-boards: remove console_init_f where unnecessary

2012-08-16 Thread Andreas Bießmann
A lot of at91 boards have the console_init_f in board_init. This is useless cause it was called before by generic code in lib/board.c. Signed-off-by: Andreas Bießmann cc: Jens Scharsig cc: Stelian Pop cc: Sedji Gaouaou cc: Albin Tonnerre cc: Eric Benard --- board/BuS/eb_cpux9k2/cpux9k2.c