commit | 0e43fe70e46edac3faea10ffb904b095e8c90aa9 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon May 03 17:11:16 2021 -0600 |
committer | Tom Rini <trini@konsulko.com> | Tue May 04 15:15:41 2021 -0400 |
tree | 6706a52fbcf52c72b80ea6697efdfa0dbd14324c | |
parent | 974770dc74244dc5a79690b485087604e6e222f9 [diff] |
image: Drop IMAGE_ENABLE_MD5 Add a host Kconfig for MD5. With this we can use CONFIG_IS_ENABLED(MD5) directly in the host build, so drop the unnecessary indirection. Signed-off-by: Simon Glass <sjg@chromium.org>