Re: [U-Boot] [PATCH 09/39] x86: Remove board_init16() call which is not used

2014-11-08 Thread Simon Glass
On 6 November 2014 19:57, Bin Meng wrote: > On Fri, Nov 7, 2014 at 4:20 AM, Simon Glass wrote: >> This allows a board to do very early init, but no boards need to do this. >> We may as well drop this feature. >> >> Signed-off-by: Simon Glass >> --- >> >> arch/x86/cpu/start16.S | 10 +- >

Re: [U-Boot] [PATCH 09/39] x86: Remove board_init16() call which is not used

2014-11-06 Thread Bin Meng
On Fri, Nov 7, 2014 at 4:20 AM, Simon Glass wrote: > This allows a board to do very early init, but no boards need to do this. > We may as well drop this feature. > > Signed-off-by: Simon Glass > --- > > arch/x86/cpu/start16.S | 10 +- > 1 file changed, 1 insertion(+), 9 deletions(-) > >

[U-Boot] [PATCH 09/39] x86: Remove board_init16() call which is not used

2014-11-06 Thread Simon Glass
This allows a board to do very early init, but no boards need to do this. We may as well drop this feature. Signed-off-by: Simon Glass --- arch/x86/cpu/start16.S | 10 +- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/arch/x86/cpu/start16.S b/arch/x86/cpu/start16.S index 6