Re: [U-Boot] [PATCH 07/10] debug_uart: Support board-specific UART initialisation

2015-09-14 Thread Bin Meng
On Wed, Sep 9, 2015 at 7:52 AM, Simon Glass wrote: > Some boards need to set things up before the debug UART can be used. On > these boards a call to debug_uart_init() is insufficient. When this option > is enabled, the function board_debug_uart_init() will be called when >

[U-Boot] [PATCH 07/10] debug_uart: Support board-specific UART initialisation

2015-09-08 Thread Simon Glass
Some boards need to set things up before the debug UART can be used. On these boards a call to debug_uart_init() is insufficient. When this option is enabled, the function board_debug_uart_init() will be called when debug_uart_init() is called. You can put any code here that is needed to set up