commit | 64a46249b8106c3d105c310a4f466be30e9f55c9 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Jul 14 17:05:35 2021 -0500 |
committer | Tom Rini <trini@konsulko.com> | Fri Jul 16 12:58:55 2021 -0400 |
tree | 2b7569785f88f4715dad5ea83b33a4057800d985 | |
parent | c2da20f6ed63151f7ba7b31a060b26eddc312ae0 [diff] |
image: Drop IMAGE_ENABLE_SHAxxx We already have a host Kconfig for these SHA options. Use CONFIG_IS_ENABLED(SHAxxx) directly in the code shared with the host build, so we can drop the unnecessary indirections. 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>