commit | bb6997f8402a9074fc7a97c6fb4b892a4dcb095b | [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 | b5a5b351979db29fd1aa33d8f31782d7f91731b0 [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>