commit | 4fb46816c7e2defe01213c09742e06322a9e5f62 | [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 | 4a87fea6de30b6e9c59a5abb6da1d0d84c984d15 [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>