commit | 988de86c2d8cd1e34b9afbf85015cfb94b3432e6 | [log] [tgz] |
---|---|---|
author | Patrice Chotard <patrice.chotard@st.com> | Thu Sep 20 15:14:15 2018 +0200 |
committer | Tom Rini <trini@konsulko.com> | Sun Sep 30 13:00:35 2018 -0400 |
tree | 8fd4614aeb46a25335a247478e11096e26bfc731 | |
parent | f92c83bd658c3a07d84bc7cb5004a93e80d8d2d8 [diff] |
serial: serial_stm32: Enable uart FIFO for STM32F7xx SoCs Since commit 7b3b74d32127 ("serial: serial_stm32: Enable overrun") on STM32F7xx based boards, the first lines of serial output are missing during boot (we no more see the U-Boot release version, board model and DRAM size). By enabling the uart FIFO on STM32F7, the complete U-boot log can be sent correctly. Signed-off-by: Patrice Chotard <patrice.chotard@st.com>