commit | 2c2e17b6cdfaa9fde0a1c2bf984ab49c84e18e70 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Apr 10 06:43:02 2025 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Apr 11 14:29:52 2025 -0600 |
tree | 663a1af49fc5ad6c653d6838b81463f2f2c966f6 | |
parent | 05537e442592e35b6ce49dbf299018208a25c6fe [diff] |
binman: Drop algo check in CheckSetHashValue() The CheckAddHashValue() function is always called before this one, so the algorithm check is never used. Replace it with an assert to avoid a coverage error. Signed-off-by: Simon Glass <sjg@chromium.org>