Skip to content
Commit 603d15a5 authored by Simon Glass's avatar Simon Glass Committed by Tom Rini
Browse files

spl: cypto: Bring back SPL_ versions of SHA



Unfortunately these were removed by mistake. This means that adding hash
support to SPL brings in all software algorithms, with a substantial
increase in code size.

The origin of the problem was renaming them to SPL_FIT_xxx and then these
were removed altogether in a later commit.

Add them back. This aligns with CONFIG_MD5, for example, which has an SPL
variant.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
Fixes: f5bc9c25 ("image: Rename SPL_SHAxxx_SUPPORT to SPL_FIT_SHAxxx")
Fixes: eb5171dd ("common: Remove unused CONFIG_FIT_SHAxxx selectors")
Reviewed-by: default avatarAlexandru Gagniuc <mr.nuke.me@gmail.com>
parent e02b3fd4
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment