Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/mach-imx/
Dspl.c295 if (spl_image->flags & SPL_FIT_FOUND) {
/external/u-boot/include/
Dspl.h201 #define SPL_FIT_FOUND 2 macro
/external/u-boot/common/spl/
Dspl_fit.c554 spl_image->flags |= SPL_FIT_FOUND; in spl_load_simple_fit()
/external/u-boot/drivers/usb/gadget/
Df_sdp.c761 if (spl_image->flags & SPL_FIT_FOUND) in sdp_handle()