commit | 9ee1f9c627450456c3c1f50178952962a7bc1b8a | [log] [tgz] |
---|---|---|
author | Yann Gautier <yann.gautier@foss.st.com> | Thu Sep 09 17:34:53 2021 +0200 |
committer | Yann Gautier <yann.gautier@foss.st.com> | Mon Sep 20 13:57:10 2021 +0200 |
tree | acf2b548f0c8e69c9bc48789cfb40cffd48da910 | |
parent | 5c84e74cecfe2c50a0543ba824283bd34c0c74b5 [diff] |
fix(stm32_console): do not skip init for crash console In BL32, only skip UART initialization if UART enable bit is set. Due to patch [1], a reset of UART is done in crash console init. In this case, UART should then be reconfigured. [1] 7fa2e96e1 ("stm32mp1: add UART reset in crash console init") Signed-off-by: Yann Gautier <yann.gautier@foss.st.com> Change-Id: I650d4c387b60dd74b780e6f3adfd629ea44f5834