commit | 2b2194a3c2e2ae7926c57534ac79541d3d24a58b | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jun 23 14:30:23 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Jul 04 09:25:20 2024 -0600 |
tree | 72f1217d388459202909ff806a7baabc1e15e1ee | |
parent | 4a45d5d70329ba4082f036c7ff01fba380c3f3ef [diff] |
am33xx: Provide a function to set up the debug UART Since commit 0dba45864b2a ("arm: Init the debug UART") the debug UART is set up in _main() before early_system_init() is called. Add a suitable board_debug_uart_init() function to set up the UART in SPL. Signed-off-by: Simon Glass <sjg@chromium.org>