commit | 320d2663688ab8ae6932a1711365e759ea1774be | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@st.com> | Thu May 17 14:50:46 2018 +0200 |
committer | Tom Rini <trini@konsulko.com> | Sat May 26 18:19:18 2018 -0400 |
tree | cb1b21ce898836e6a2c1c7cfa624923ce1c96096 | |
parent | bc709a41caadc3323f912633b646cc8314c6cd01 [diff] |
stm32mp1: Allow to activate CONFIG_DEBUG_UART Add the needed information to enable the debug uart to have printf before the serial driver probe (so before probe for clock, pincontrol and reset drivers) To enable the debug on uart 4 (default console): + CONFIG_DEBUG_UART=y + CONFIG_DEBUG_UART_STM32=y Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com> Signed-off-by: Patrice Chotard <patrice.chotard@st.com>