commit | 0ad75696d078e56ca8e4d09a875de8107590ab8a | [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 | 4b00fd1a84c1ef15f640da1d7a1081d0dbfbfbfe [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>