lib: Allow MD5 to be enabled in SPL
authorSimon Glass <sjg@chromium.org>
Wed, 6 May 2020 14:03:56 +0000 (08:03 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 15 May 2020 18:47:35 +0000 (14:47 -0400)
commit8239be61bdeb228863734a890b02d10006360a65
tree07bca9869d896d0f8c9904503e4a4144d098f366
parent5f20c283f9c232b226758f23b55c761790457b34
lib: Allow MD5 to be enabled in SPL

At present the MD5 option cannot be enabled by board configs since it has
no Kconfig name. It is generally enabled, so long as FIT support is
present. But not all boards use FIT, particularly in SPL

Fix this and add an option for SPL as well. This allows board code to call
md5() even if FIT support is not enabled.

Signed-off-by: Simon Glass <sjg@chromium.org>
lib/Kconfig
lib/Makefile