Home
last modified time | relevance | path

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

/external/u-boot/include/
Dbootm.h43 int bootm_host_load_images(const void *fit, int cfg_noffset);
/external/u-boot/tools/
Dimage-host.c739 ret = bootm_host_load_images(fit, cfg_noffset); in fit_check_sign()
/external/u-boot/common/
Dbootm.c968 int bootm_host_load_images(const void *fit, int cfg_noffset) in bootm_host_load_images() function