mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
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>
This commit is contained in:
parent
1e52db6799
commit
4b00fd1a84
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -65,7 +65,7 @@ struct fdt_region;
|
|||
# ifdef CONFIG_SPL_CRC32
|
||||
# define IMAGE_ENABLE_CRC32 1
|
||||
# endif
|
||||
# ifdef CONFIG_SPL_MD5_SUPPORT
|
||||
# ifdef CONFIG_SPL_MD5
|
||||
# define IMAGE_ENABLE_MD5 1
|
||||
# endif
|
||||
# ifdef CONFIG_SPL_FIT_SHA1
|
||||
|
|
Loading…
Reference in a new issue