commit | 8442fd3c6a82def9beac46ab683f2fd4bf8f8f14 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Nov 28 15:04:37 2011 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Sat Dec 24 10:23:32 2011 +0100 |
tree | 0f972b7244ae9980f4924f91e356f72e2b71103d | |
parent | 905ed41aad2f80b64b1163a55e18ee4e5278e708 [diff] |
tegra: add clock_ll_start_uart() to enable UART prior to reloc Most boards will want to enable a UART early. This function provides that feature in Tegra architecture code so the code does not need to be copied on every board. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Tom Warren <twarren@nvidia.com>