commit | f94d85a440d4faefac1ad8c2a08ac2f61016af00 | [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 | 76540c93f0ffaa0ca50ec0672fe24437dff4bbb8 [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>