Searched refs:fit_load_image_alloc (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/core/ |
H A D | loader-fit.c | 35 static const void *fit_load_image_alloc(const void *itb, const char *name, in fit_load_image_alloc() function 138 load_data = data = fit_load_image_alloc(itb, name, &img_off, &sz, errp); in fit_load_kernel() 197 load_data = data = fit_load_image_alloc(itb, name, &img_off, &sz, errp); in fit_load_fdt() 241 fdt = fit_load_image_alloc(itb, fdt_name, NULL, NULL, NULL); in fit_cfg_compatible()
|