diff options
author | Ley Foon Tan <ley.foon.tan@intel.com> | 2018-06-14 18:45:19 +0800 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-07-09 15:25:43 -0400 |
commit | bfc6bae8fa1f2d8a9c51548767b02f1a1e0ffe52 (patch) | |
tree | a3baa820d9cc040b2af5534252f603704817a572 /common/spl | |
parent | e2a1484c3b372e1672b288455fd08cd214a86492 (diff) | |
download | u-boot-bfc6bae8fa1f2d8a9c51548767b02f1a1e0ffe52.tar.gz |
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 <ley.foon.tan@intel.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'common/spl')
-rw-r--r-- | common/spl/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/spl/Kconfig b/common/spl/Kconfig index 0bbf8d5b02..99c9053ab8 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 |