From bfc6bae8fa1f2d8a9c51548767b02f1a1e0ffe52 Mon Sep 17 00:00:00 2001 From: Ley Foon Tan Date: Thu, 14 Jun 2018 18:45:19 +0800 Subject: reset: Rename CONFIG_SPL_RESET_SUPPORT to CONFIG_SPL_DM_RESET Rename CONFIG_SPL_RESET_SUPPORT to CONFIG_SPL_DM_RESET, so can use CONFIG_IS_ENABLED(DM_RESET) checking in reset.h later. Signed-off-by: Ley Foon Tan Reviewed-by: Simon Glass --- arch/arm/mach-stm32mp/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch') diff --git a/arch/arm/mach-stm32mp/Kconfig b/arch/arm/mach-stm32mp/Kconfig index abceeded24a..898ad6bd373 100644 --- a/arch/arm/mach-stm32mp/Kconfig +++ b/arch/arm/mach-stm32mp/Kconfig @@ -13,7 +13,7 @@ config SPL select SPL_OF_TRANSLATE select SPL_PINCTRL select SPL_REGMAP - select SPL_RESET_SUPPORT + select SPL_DM_RESET select SPL_SERIAL_SUPPORT select SPL_SYSCON select SPL_DRIVERS_MISC_SUPPORT -- cgit v1.3.1