Re: [U-Boot] [PATCH 3/5] arm: socfpga: cyclone5: handle debug uart

2018-08-06 Thread Simon Goldschmidt
Marek Vasut schrieb am Mo., 6. Aug. 2018, 15:19: > On 08/05/2018 09:34 PM, Simon Goldschmidt wrote: > > If CONFIG_DEBUG_UART is enabled, correctly initialize > > the debug uart before console is initialized to debug > > early boot problems in SPL. > > > > This also changes a printf in

Re: [U-Boot] [PATCH 3/5] arm: socfpga: cyclone5: handle debug uart

2018-08-06 Thread Marek Vasut
On 08/05/2018 09:34 PM, Simon Goldschmidt wrote: > If CONFIG_DEBUG_UART is enabled, correctly initialize > the debug uart before console is initialized to debug > early boot problems in SPL. > > This also changes a printf in reset_manager_gen5 to > a debug to prevent calling into debug uart

[U-Boot] [PATCH 3/5] arm: socfpga: cyclone5: handle debug uart

2018-08-05 Thread Simon Goldschmidt
If CONFIG_DEBUG_UART is enabled, correctly initialize the debug uart before console is initialized to debug early boot problems in SPL. This also changes a printf in reset_manager_gen5 to a debug to prevent calling into debug uart before it is initialized. Signed-off-by: Simon Goldschmidt ---