]> git.dujemihanovic.xyz Git - u-boot.git/commit
spl: remove duplicate SPL_MD5 option
authorOleksandr Suvorov <oleksandr.suvorov@foundries.io>
Thu, 3 Aug 2023 16:05:39 +0000 (19:05 +0300)
committerTom Rini <trini@konsulko.com>
Mon, 7 Aug 2023 17:41:44 +0000 (13:41 -0400)
commit0d2761abbde00e1ff756426fdb77b4b30192311d
tree447aa58df9b0e5924ac46d36e2f325dd4ea592c7
parenta536b2fdb10c6eb678fda6f239eb16414caf0496
spl: remove duplicate SPL_MD5 option

There is another SPL_MD5 option defined in lib/Kconfig.
Renaming SPL_MD5_SUPPORT introduced duplicate option with
different description. As for now FIT and hash algorithm options
are not related to each others, removing a duplicate option seems OK.

Fixes: 4b00fd1a84c ("Kconfig: Rename SPL_MD5_SUPPORT to SPL_MD5")
Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@foundries.io>
common/spl/Kconfig