commit | 79c07911fa72f3927a3824f687af7fd8ed8f0b34 | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@st.com> | Mon May 25 12:19:49 2020 +0200 |
committer | Patrick Delaunay <patrick.delaunay@st.com> | Tue Jul 07 16:01:23 2020 +0200 |
tree | 93af68fff777f284eb55fb4ddcdab359ec55662c | |
parent | 72b10809a97ec62b0ef9e2e42828fdc381115854 [diff] |
board: stm32mp1: move the function board_debug_uart_init in spl.c Move the debug function board_debug_uart_init in spl.c as the debug_uart_init() function is called in arch_cpu_init() only for SPL and remove the board.c file. For TFABOOT, the UART TX pin configuration is done in TF-A. Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com> Reviewed-by: Patrice Chotard <patrice.chotard@st.com>