commit | c2da20f6ed63151f7ba7b31a060b26eddc312ae0 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Jul 14 17:05:34 2021 -0500 |
committer | Tom Rini <trini@konsulko.com> | Fri Jul 16 12:58:55 2021 -0400 |
tree | e2b8a261ed30b0d45b20f6d3e8d4b0c613ba0b27 | |
parent | e025c65e6302d5a76f75cd5bd78eeacaf0023579 [diff] |
image: Drop IMAGE_ENABLE_SHA1 We already have a host Kconfig for SHA1. Use CONFIG_IS_ENABLED(SHA1) directly in the code shared with the host build, so we can drop the unnecessary indirection. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com> Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>