Home
last modified time | relevance | path

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

/openbmc/u-boot/common/spl/
H A Dspl_fit.c170 static int spl_load_fit_image(struct spl_load_info *info, ulong sector, in spl_load_fit_image() function
295 ret = spl_load_fit_image(info, sector, fit, base_offset, node, in spl_fit_append_fdt()
418 ret = spl_load_fit_image(info, sector, fit, base_offset, node, in spl_load_simple_fit()
470 ret = spl_load_fit_image(info, sector, fit, base_offset, node, in spl_load_simple_fit()
511 ret = spl_load_fit_image(info, sector, fit, base_offset, node, in spl_load_simple_fit()
H A Dspl.c168 static int spl_load_fit_image(struct spl_image_info *spl_image, in spl_load_fit_image() function
238 int ret = spl_load_fit_image(spl_image, header); in spl_parse_image_header()