Re: [U-Boot] [PATCH v2 18/50] x86: Move init of debug UART to cpu.c

2019-05-01 Thread Bin Meng
On Fri, Apr 26, 2019 at 12:00 PM Simon Glass wrote: > > At present the debug UART is set up in sdram.c which is not the best place > since it has nothing in particular to do with SDRAM. Since we want to > support initing this in SPL too, move it to a common file. > > Signed-off-by: Simon Glass >

[U-Boot] [PATCH v2 18/50] x86: Move init of debug UART to cpu.c

2019-04-25 Thread Simon Glass
At present the debug UART is set up in sdram.c which is not the best place since it has nothing in particular to do with SDRAM. Since we want to support initing this in SPL too, move it to a common file. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- Changes in v2: None