Re: [U-Boot] [PATCH v2 17/17] x86: Convert board_init_f_r to a processing loop

2012-01-11 Thread Simon Glass
On Wed, Jan 4, 2012 at 11:59 AM, Graeme Russ graeme.r...@gmail.com wrote: Create an init function array for board_init_f_r - This finalises the migration to a purely array based initialisation mechanism Also tweak a few comments while we are at it so everything is 'correct' Signed-off-by:

Re: [U-Boot] [PATCH v2 17/17] x86: Convert board_init_f_r to a processing loop

2012-01-08 Thread Graeme Russ
On 08/01/12 09:21, Simon Glass wrote: Hi Graeme, On Wed, Jan 4, 2012 at 11:59 AM, Graeme Russ graeme.r...@gmail.com wrote: Create an init function array for board_init_f_r - This finalises the migration to a purely array based initialisation mechanism Also tweak a few comments while we are

Re: [U-Boot] [PATCH v2 17/17] x86: Convert board_init_f_r to a processing loop

2012-01-08 Thread Simon Glass
Hi Graeme, On Sun, Jan 8, 2012 at 1:10 AM, Graeme Russ graeme.r...@gmail.com wrote: On 08/01/12 09:21, Simon Glass wrote: Hi Graeme, On Wed, Jan 4, 2012 at 11:59 AM, Graeme Russ graeme.r...@gmail.com wrote: Create an init function array for board_init_f_r - This finalises the migration to a

Re: [U-Boot] [PATCH v2 17/17] x86: Convert board_init_f_r to a processing loop

2012-01-07 Thread Simon Glass
Hi Graeme, On Wed, Jan 4, 2012 at 11:59 AM, Graeme Russ graeme.r...@gmail.com wrote: Create an init function array for board_init_f_r - This finalises the migration to a purely array based initialisation mechanism Also tweak a few comments while we are at it so everything is 'correct'

[U-Boot] [PATCH v2 17/17] x86: Convert board_init_f_r to a processing loop

2012-01-04 Thread Graeme Russ
Create an init function array for board_init_f_r - This finalises the migration to a purely array based initialisation mechanism Also tweak a few comments while we are at it so everything is 'correct' Signed-off-by: Graeme Russ graeme.r...@gmail.com --- Changes for v2: - Renamed to a more apt