]> git.dujemihanovic.xyz Git - u-boot.git/commit
am33xx: Provide a function to set up the debug UART
authorSimon Glass <sjg@chromium.org>
Sun, 23 Jun 2024 20:30:23 +0000 (14:30 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 4 Jul 2024 15:25:20 +0000 (09:25 -0600)
commit0fd4120fb535b22ca2ba94d9fe04d7e01557e38c
tree72f1217d388459202909ff806a7baabc1e15e1ee
parent57c4cd17e6988d9ba4b9184f7b4e66ff0c22108f
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>
arch/arm/mach-omap2/am33xx/board.c