commit | 3d995f889c8c0cbfa8987e2e01595b2cdb3089d2 | [log] [tgz] |
---|---|---|
author | Patrice Chotard <patrice.chotard@st.com> | Tue Dec 12 09:49:37 2017 +0100 |
committer | Tom Rini <trini@konsulko.com> | Wed Jan 10 08:05:46 2018 -0500 |
tree | cf14b216b94f0a1663e540b0307fa4e55962e314 | |
parent | 1d48f3842f27b4a1d8faad28e83f6bfc6641346f [diff] |
board: stm32f429-disco: switch to DM STM32 serial driver Remove serial_stm32.c driver and uart init from board file, use available DM serial_stm32x7.c driver compatible for STM32F4/F7 and H7 SoCs. The serial_stm32x7.c driver will be renamed later with a more generic name as it's shared with all STM32 Socs. Signed-off-by: Patrice Chotard <patrice.chotard@st.com>