commit | 704812196ece1916220c70af6aa72803448eb4e0 | [log] [tgz] |
---|---|---|
author | Sean Anderson <sean.anderson@seco.com> | Thu Feb 15 12:12:18 2024 -0500 |
committer | Tom Rini <trini@konsulko.com> | Sat Mar 02 12:26:56 2024 -0500 |
tree | bee00174118c49dca1dffe074a54b7fef45ce2d8 | |
parent | ba92e89882aec341c1f92fe2a95bfb1e4badfaa5 [diff] |
boot: Only define checksum algos when the hashes are enabled Don't define checksum algos when the underlying hashes are not enabled. This allows disabling these hashes in SPL (or U-Boot). Fixes: d16b38f4270 ("Add support for SHA384 and SHA512") Fixes: 646257d1f40 ("rsa: add sha256-rsa2048 algorithm") Signed-off-by: Sean Anderson <sean.anderson@seco.com>