Home
last modified time | relevance | path

Searched refs:IMAGE_ENABLE_BEST_MATCH (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/
H A Dimage.h1122 #define IMAGE_ENABLE_BEST_MATCH 1 macro
1124 #define IMAGE_ENABLE_BEST_MATCH 0 macro
/openbmc/u-boot/common/
H A Dimage-fit.c1833 if (IMAGE_ENABLE_BEST_MATCH && !fit_uname_config) { in fit_image_load()