diff options
author | Patrice Chotard <patrice.chotard@st.com> | 2018-01-12 09:23:49 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-01-19 15:49:32 -0500 |
commit | ae74de0dfd4543a18cf1aee68eb1daeb9c125fde (patch) | |
tree | ab90252b68c4648e11c80766ef950947e879fa2e /configs/stm32f429-discovery_defconfig | |
parent | e6e5ecc5e233911081ac8b548132f73687ae45ab (diff) | |
download | u-boot-ae74de0dfd4543a18cf1aee68eb1daeb9c125fde.tar.gz u-boot-ae74de0dfd4543a18cf1aee68eb1daeb9c125fde.tar.bz2 u-boot-ae74de0dfd4543a18cf1aee68eb1daeb9c125fde.zip |
serial: stm32: Rename serial_stm32x7.c to serial_stm32.c
Now this driver is used across stm32f4, stm32f7 and stm32h7
SoCs family, give it a generic name.
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Reviewed-by: Vikas Manocha <vikas.manocha@st.com>
Diffstat (limited to 'configs/stm32f429-discovery_defconfig')
-rw-r--r-- | configs/stm32f429-discovery_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/stm32f429-discovery_defconfig b/configs/stm32f429-discovery_defconfig index 52bd9319b3..6f7a12f037 100644 --- a/configs/stm32f429-discovery_defconfig +++ b/configs/stm32f429-discovery_defconfig @@ -31,4 +31,4 @@ CONFIG_RAM=y CONFIG_STM32_SDRAM=y CONFIG_DM_RESET=y CONFIG_STM32_RESET=y -CONFIG_STM32X7_SERIAL=y +CONFIG_STM32_SERIAL=y |