commit | ebf851ed34eda0a4fcd87a155a13b02f3db8573c | [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 | 0289ab9eb8476808f50e6b858079acc65f6cd2e6 [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>