commit | 97464ff5893a96a511990d50c0a998a98d422e32 | [log] [tgz] |
---|---|---|
author | Alexandru Gagniuc <mr.nuke.me@gmail.com> | Thu Sep 02 19:54:19 2021 -0500 |
committer | Tom Rini <trini@konsulko.com> | Wed Sep 08 16:11:46 2021 -0400 |
tree | 65900780b603ada3007f810cc29ba185e8653d22 | |
parent | 5df5d693d52308edad4219275c1d1675efac4a08 [diff] |
common/spl: Drop [ST]PL_HASH_SUPPORT in favor of [ST]PL_HASH All of these configs exist. Stick to using CONFIG_[ST]PL_HASH, and drop all references to CONFIG_[ST]PL_HASH_SUPPORT. This means we need for CHAIN_OF_TRUST to select SPL_HASH now. Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com> [trini: Add TPL case, fix CHAIN_OF_TRUST, other tweaks] Signed-off-by: Tom Rini <trini@konsulko.com>