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 bmeng...@gmail.com wrote: On Fri, Nov 7, 2014 at 4:20 AM, Simon Glass s...@chromium.org 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 s...@chromium.org ---

[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 s...@chromium.org --- arch/x86/cpu/start16.S | 10 +- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/arch/x86/cpu/start16.S

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 s...@chromium.org 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 s...@chromium.org --- arch/x86/cpu/start16.S | 10 +- 1 file changed, 1