commit | aeb727f3bf5d9f482eec0f18e08d5ed5f2de79cb | [log] [tgz] |
---|---|---|
author | Yann Gautier <yann.gautier@st.com> | Wed Dec 09 13:35:27 2020 +0100 |
committer | Yann Gautier <yann.gautier@st.com> | Fri Jan 22 11:42:54 2021 +0100 |
tree | 773a0213b22b80ce57d627a1f2a2bbcdff6d7150 | |
parent | 0b2b83ea937cd877edb13b04f32d6ed191826730 [diff] |
stm32mp1: correct plat_crash_console_flush() The base address of UART peripheral should be given in R0, not in R1. Otherwise the console_stm32_core_flush issues an assert message. This issue was highlighted with recent changes in console flush functions. Change-Id: Iead01986fdbbf30ad2fd9fa515a1d2b611b4e591 Signed-off-by: Yann Gautier <yann.gautier@st.com>