commit | a30e5f7ea276b5268ca1d413f5bbe2824ff3d662 | [log] [tgz] |
---|---|---|
author | Yann Gautier <yann.gautier@st.com> | Wed Sep 04 11:55:10 2019 +0200 |
committer | Yann Gautier <yann.gautier@st.com> | Tue Sep 10 17:21:58 2019 +0200 |
tree | 4315a47ad2c511202a39335cc83b8f646f7b4888 | |
parent | ed06128bc5c07023c958dd9c2122cac7c88f60d3 [diff] |
stm32mp1: manage CONSOLE_FLAG_TRANSLATE_CRLF and cleanup driver The STM32 console driver was pre-pending '\r' before '\n'. It is now managed by the framework with the flag: CONSOLE_FLAG_TRANSLATE_CRLF. Remove the code in driver, and add the flag for STM32MP1. Change-Id: I5d0d5d5c4abee0b7dc11c2f8707b1b5cf10149ab Signed-off-by: Yann Gautier <yann.gautier@st.com>