Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dbootm.h45 int bootm_host_load_images(const void *fit, int cfg_noffset);
/openbmc/u-boot/tools/
H A Dimage-host.c751 ret = bootm_host_load_images(fit, cfg_noffset); in fit_check_sign()
/openbmc/u-boot/common/
H A Dbootm.c1043 int bootm_host_load_images(const void *fit, int cfg_noffset) in bootm_host_load_images() function