commit | 2ffbb2504c32d1d04f653c5ff740a90fa62d4b87 | [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 | 7d697d77818ec1eb6ada42f5463540a683047f63 [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>