Re: [U-Boot] [PATCH 10/39] x86: Remove unused early_board_init() call

2014-11-06 Thread Bin Meng
On Fri, Nov 7, 2014 at 4:20 AM, Simon Glass wrote: > This allows early board init before board_init_f() is called. We already > have a standard U-Boot board call, and no boards use this, so drop it. > > Signed-off-by: Simon Glass > --- > > arch/x86/cpu/start.S | 5

[U-Boot] [PATCH 10/39] x86: Remove unused early_board_init() call

2014-11-06 Thread Simon Glass
This allows early board init before board_init_f() is called. We already have a standard U-Boot board call, and no boards use this, so drop it. Signed-off-by: Simon Glass --- arch/x86/cpu/start.S | 5 - board/chromebook-x86/coreboot/Makefile | 2 +- board