diff mbox series

[U-Boot] mach-stm32: Rename CONFIG_SPL_RESET_SUPPORT to CONFIG_SPL_DM_RESET

Message ID 1531303017-118721-1-git-send-email-ley.foon.tan@intel.com
State Accepted
Commit 5e9a9645816edcc68c09729f257e0c863292bf26
Delegated to: Tom Rini
Headers show
Series [U-Boot] mach-stm32: Rename CONFIG_SPL_RESET_SUPPORT to CONFIG_SPL_DM_RESET | expand

Commit Message

Ley Foon Tan July 11, 2018, 9:56 a.m. UTC
Commit bfc6bae8fa1f2d8a9c51548767b02f1a1e0ffe52

This commit rename CONFIG_SPL_RESET_SUPPORT to CONFIG_SPL_DM_RESET. Update
with new CONFIG name.

Signed-off-by: Ley Foon Tan <ley.foon.tan@intel.com>
---
 arch/arm/mach-stm32/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Tom Rini July 14, 2018, 1:11 a.m. UTC | #1
On Wed, Jul 11, 2018 at 05:56:57PM +0800, Ley Foon Tan wrote:

> Commit bfc6bae8fa1f2d8a9c51548767b02f1a1e0ffe52
> 
> This commit rename CONFIG_SPL_RESET_SUPPORT to CONFIG_SPL_DM_RESET. Update
> with new CONFIG name.
> 
> Signed-off-by: Ley Foon Tan <ley.foon.tan@intel.com>

With a slight reword to use the fixes tag, applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/arch/arm/mach-stm32/Kconfig b/arch/arm/mach-stm32/Kconfig
index 759f545..a45f3fd 100644
--- a/arch/arm/mach-stm32/Kconfig
+++ b/arch/arm/mach-stm32/Kconfig
@@ -36,6 +36,7 @@  config STM32F7
 	select SPL_BOARD_INIT
 	select SPL_CLK
 	select SPL_DM
+	select SPL_DM_RESET
 	select SPL_DM_SEQ_ALIAS
 	select SPL_DRIVERS_MISC_SUPPORT
 	select SPL_GPIO_SUPPORT
@@ -48,7 +49,6 @@  config STM32F7
 	imply SPL_OS_BOOT
 	select SPL_PINCTRL
 	select SPL_RAM
-	select SPL_RESET_SUPPORT
 	select SPL_SERIAL_SUPPORT
 	select SPL_SYS_MALLOC_SIMPLE
 	select SPL_TIMER