aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-07-14 17:05:33 -0500
committerTom Rini <trini@konsulko.com>2021-07-16 12:58:55 -0400
commit4b00fd1a84c1ef15f640da1d7a1081d0dbfbfbfe (patch)
treeccd59d7c6ce2eeca581e6eedecbd12abd7e11338 /common
parent1e52db6799172cdd1612e0394da050d29164a13f (diff)
downloadu-boot-4b00fd1a84c1ef15f640da1d7a1081d0dbfbfbfe.zip
u-boot-4b00fd1a84c1ef15f640da1d7a1081d0dbfbfbfe.tar.gz
u-boot-4b00fd1a84c1ef15f640da1d7a1081d0dbfbfbfe.tar.bz2
Kconfig: Rename SPL_MD5_SUPPORT to SPL_MD5
Drop the _SUPPORT suffix so we can use CONFIG_IS_ENABLED() with this option. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com> Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Diffstat (limited to 'common')
-rw-r--r--common/spl/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/spl/Kconfig b/common/spl/Kconfig
index 896526a..2df3e5d 100644
--- a/common/spl/Kconfig
+++ b/common/spl/Kconfig
@@ -417,7 +417,7 @@ config SPL_CRC32
for detected accidental image corruption. For secure applications you
should consider SHA1 or SHA256.
-config SPL_MD5_SUPPORT
+config SPL_MD5
bool "Support MD5"
depends on SPL_FIT
help