]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitafc746cf2b99bd21135f2f42389edfdd57642b99
tree07bca9869d896d0f8c9904503e4a4144d098f366
parentd6f1a00a3a8f45a89b6e7925cb6ed963d214537a
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