diff options
author | Patrice Chotard <patrice.chotard@st.com> | 2017-12-12 09:49:37 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-01-10 08:05:46 -0500 |
commit | 2d18d72858adf7171bbae32c2efb0653507435e2 (patch) | |
tree | cf14b216b94f0a1663e540b0307fa4e55962e314 /configs/stm32f429-discovery_defconfig | |
parent | a05707004d5782a07be7cb43ba02d93c5995e7e0 (diff) | |
download | u-boot-2d18d72858adf7171bbae32c2efb0653507435e2.tar.gz |
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>
Diffstat (limited to 'configs/stm32f429-discovery_defconfig')
-rw-r--r-- | configs/stm32f429-discovery_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/stm32f429-discovery_defconfig b/configs/stm32f429-discovery_defconfig index 15ff64645e..ae106ff818 100644 --- a/configs/stm32f429-discovery_defconfig +++ b/configs/stm32f429-discovery_defconfig @@ -27,3 +27,4 @@ CONFIG_RAM=y CONFIG_STM32_SDRAM=y CONFIG_DM_RESET=y CONFIG_STM32_RESET=y +CONFIG_STM32X7_SERIAL=y |