Home
last modified time | relevance | path

Searched refs:SPL_FIT_FOUND (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/arch/arm/mach-imx/
H A Dspl.c242 if (spl_image->flags & SPL_FIT_FOUND) { in jump_to_image_no_args()
/openbmc/u-boot/include/
H A Dspl.h135 #define SPL_FIT_FOUND 2 macro
/openbmc/u-boot/common/spl/
H A Dspl_fit.c552 spl_image->flags |= SPL_FIT_FOUND; in spl_load_simple_fit()