Re: [U-Boot] [PATCH 09/10] x86: Init the debug UART if enabled

2015-09-14 Thread Bin Meng
Hi Simon, On Wed, Sep 9, 2015 at 7:52 AM, Simon Glass wrote: > If the debug UART is enabled, get it ready for use at the earliest possible > opportunity. This is not actually very early, but until we have a stack it > is difficult to make it work. > > Signed-off-by: Simon Glass > --- > > arch/x

[U-Boot] [PATCH 09/10] x86: Init the debug UART if enabled

2015-09-08 Thread Simon Glass
If the debug UART is enabled, get it ready for use at the earliest possible opportunity. This is not actually very early, but until we have a stack it is difficult to make it work. Signed-off-by: Simon Glass --- arch/x86/cpu/start.S | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/x8