Searched refs:spl_load_fit_image (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/common/spl/ |
D | spl_fit.c | 168 static int spl_load_fit_image(struct spl_load_info *info, ulong sector, in spl_load_fit_image() function 303 ret = spl_load_fit_image(info, sector, fit, base_offset, node, in spl_fit_append_fdt() 409 ret = spl_load_fit_image(info, sector, fit, base_offset, node, in spl_load_simple_fit() 448 ret = spl_load_fit_image(info, sector, fit, base_offset, node, in spl_load_simple_fit() 480 ret = spl_load_fit_image(info, sector, fit, base_offset, node, in spl_load_simple_fit()
|
D | spl.c | 150 static int spl_load_fit_image(struct spl_image_info *spl_image, in spl_load_fit_image() function 221 int ret = spl_load_fit_image(spl_image, header); in spl_parse_image_header()
|