Re: [U-Boot] [PATCH v2 5/7] tegra: Add support for UART init in cpu board.c

2011-11-29 Thread Simon Glass
Hi Stephen, On Tue, Nov 29, 2011 at 9:24 AM, Stephen Warren wrote: > Simon Glass wrote at Monday, November 28, 2011 6:05 PM: >> We add a way of initialising the selected of UARTs prior to relocation. >> Boards can use the board_init_uart_f() instead of repeating this code >> themselves. >> >> Sig

Re: [U-Boot] [PATCH v2 5/7] tegra: Add support for UART init in cpu board.c

2011-11-29 Thread Stephen Warren
Simon Glass wrote at Monday, November 28, 2011 6:05 PM: > We add a way of initialising the selected of UARTs prior to relocation. > Boards can use the board_init_uart_f() instead of repeating this code > themselves. > > Signed-off-by: Simon Glass The code looks reasonable. Is there a reason why

[U-Boot] [PATCH v2 5/7] tegra: Add support for UART init in cpu board.c

2011-11-28 Thread Simon Glass
We add a way of initialising the selected of UARTs prior to relocation. Boards can use the board_init_uart_f() instead of repeating this code themselves. Signed-off-by: Simon Glass --- Changes in v2: - Use size_t instead of int - Remove UART_COUNT subscript - Use clock_ll_start_uart() to set up U