commit | d33d0db13c6c373fdffcf65cfa36d9108b2d7df0 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed May 06 08:03:56 2020 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri May 15 14:47:35 2020 -0400 |
tree | 07bca9869d896d0f8c9904503e4a4144d098f366 | |
parent | 951be47d2d177503319dc5524c58a454c5d42e28 [diff] |
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>