]> git.ipfire.org Git - thirdparty/u-boot.git/commit
serial: serial_stm32: Enable uart FIFO for STM32F7xx SoCs
authorPatrice Chotard <patrice.chotard@st.com>
Thu, 20 Sep 2018 13:14:15 +0000 (15:14 +0200)
committerTom Rini <trini@konsulko.com>
Sun, 30 Sep 2018 17:00:35 +0000 (13:00 -0400)
commit95a077217b06cd8e4ad8cacb526bf430185dc0a3
tree8fd4614aeb46a25335a247478e11096e26bfc731
parent18f201ea207a28aa79d7a485a2dc7b643ec36a31
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>
drivers/serial/serial_stm32.h