[U-Boot] [PATCH 06/19] x86: Rationalise kernel booting logic and bootstage

2013-04-17 Thread Simon Glass
The 'Starting linux' message appears twice in the code, but both call through the same place. Unify these and add calls to bootstage to mark the occasion. Signed-off-by: Simon Glass s...@chromium.org Reviewed-by: Michael Spang sp...@chromium.org --- arch/x86/cpu/cpu.c| 5 +

Re: [U-Boot] [PATCH 06/19] x86: Rationalise kernel booting logic and bootstage

2013-04-17 Thread Graeme Russ
Hi Simon, On Thu, Apr 18, 2013 at 12:13 PM, Simon Glass s...@chromium.org wrote: The 'Starting linux' message appears twice in the code, but both call through the same place. Unify these and add calls to bootstage to mark the occasion. Signed-off-by: Simon Glass s...@chromium.org