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>
1 parent 0289ab9 commit ebf851ed34eda0a4fcd87a155a13b02f3db8573c
@Yann Gautier Yann Gautier authored on 4 Sep 2019
Showing 3 changed files
View
drivers/st/uart/aarch32/stm32_console.S
View
plat/st/stm32mp1/bl2_plat_setup.c
View
plat/st/stm32mp1/sp_min/sp_min_setup.c