Re: [U-Boot] [PATCH v2 3/3] board: at91sam9n12ek: Enable early debug UART

2017-04-16 Thread Simon Glass
On 12 April 2017 at 03:08, Wenyou Yang wrote: > Enable the early debug UART to debug problems when an ICE or other > debug mechanism is not available. > > Signed-off-by: Wenyou Yang > --- > > Changes in v2: > - Use CONFIG_DEBUG_UART_CLOCK as the input clock for the early >debug UART. > - Mo

[U-Boot] [PATCH v2 3/3] board: at91sam9n12ek: Enable early debug UART

2017-04-12 Thread Wenyou Yang
Enable the early debug UART to debug problems when an ICE or other debug mechanism is not available. Signed-off-by: Wenyou Yang --- Changes in v2: - Use CONFIG_DEBUG_UART_CLOCK as the input clock for the early debug UART. - Move out [PATCH 1/4] ARM: dts: at91: add dts files for at91sam9n12e