diff options
| author | Simon Glass <[email protected]> | 2021-07-14 17:05:36 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-07-16 12:58:55 -0400 |
| commit | 70c1c8927e2c1fd97cd174d7924300d672e8313b (patch) | |
| tree | 3808e9332bd97a5be0c82b0435712e106bac6e62 /include | |
| parent | 14f061dcb158a4ffbf09df10f2ac2d37c157437c (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 <[email protected]>
Reviewed-by: Alexandru Gagniuc <[email protected]>
Signed-off-by: Alexandru Gagniuc <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/image.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/image.h b/include/image.h index dbb9bd0174a..8b420f2c02c 100644 --- a/include/image.h +++ b/include/image.h @@ -1221,11 +1221,6 @@ void image_set_host_blob(void *host_blob); # define gd_fdt_blob() (gd->fdt_blob) #endif -#ifdef CONFIG_FIT_BEST_MATCH -#define IMAGE_ENABLE_BEST_MATCH 1 -#else -#define IMAGE_ENABLE_BEST_MATCH 0 -#endif #endif /* IMAGE_ENABLE_FIT */ /* |
