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 --- common/spl/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/spl') diff --git a/common/spl/Kconfig b/common/spl/Kconfig index 0bbf8d5..99c9053 100644 --- a/common/spl/Kconfig +++ b/common/spl/Kconfig @@ -578,7 +578,7 @@ config SPL_POST_MEM_SUPPORT performed before booting. This enables the drivers in post/drivers as part of an SPL build. -config SPL_RESET_SUPPORT +config SPL_DM_RESET bool "Support reset drivers" depends on SPL help -- cgit v1.1