commit | 96b7c430d6d48bc3451a8c113fe7b44634c08519 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Nov 28 15:04:39 2011 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Sat Dec 24 10:23:32 2011 +0100 |
tree | a125d3d2950a0a02afac0c35ba775f64368e6bfd | |
parent | 84a97c5fc603090e50a2e6fe868e6ae4f8f1dbfa [diff] |
tegra: Add support for UART init in cpu board.c 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 <sjg@chromium.org> Acked-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Tom Warren <twarren@nvidia.com>