Skip to content
Snippets Groups Projects
Commit 8239be61 authored by Simon Glass's avatar Simon Glass Committed by Tom Rini
Browse files

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's avatarSimon Glass <sjg@chromium.org>
parent 5f20c283
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment