commit | 0434ea1a72b02069fb1859f64c9d4a16366f83a5 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Jul 14 17:05:36 2021 -0500 |
committer | Tom Rini <trini@konsulko.com> | Fri Jul 16 12:58:55 2021 -0400 |
tree | 3808e9332bd97a5be0c82b0435712e106bac6e62 | |
parent | 64a46249b8106c3d105c310a4f466be30e9f55c9 [diff] |
image: Drop IMAGE_ENABLE_BEST_MATCH This is not needed with Kconfig, since we can use IS_ENABLED() easily enough. Drop it. 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>