]> git.ipfire.org Git - people/ms/u-boot.git/commit
board: stm32f429-disco: switch to DM STM32 serial driver
authorPatrice Chotard <patrice.chotard@st.com>
Tue, 12 Dec 2017 08:49:37 +0000 (09:49 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 10 Jan 2018 13:05:46 +0000 (08:05 -0500)
commit2d18d72858adf7171bbae32c2efb0653507435e2
treecf14b216b94f0a1663e540b0307fa4e55962e314
parenta05707004d5782a07be7cb43ba02d93c5995e7e0
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>
arch/arm/include/asm/arch-stm32f4/stm32.h
board/st/stm32f429-discovery/stm32f429-discovery.c
configs/stm32f429-discovery_defconfig
drivers/serial/serial_stm32.c [deleted file]
include/configs/stm32f429-discovery.h