Searched refs:fit_image_fixup_alloc (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/ |
| H A D | fit.c | 217 static int fit_image_fixup_alloc(const void *fit, const char *prop_name, in fit_image_fixup_alloc() function 268 ret = fit_image_fixup_alloc(fit, FIT_FDT_PROP, in fit_image_pre_process() 312 ret = fit_image_fixup_alloc(fit, FIT_KERNEL_PROP, in fit_image_pre_process() 316 ret = fit_image_fixup_alloc(fit, FIT_KERNEL_PROP, in fit_image_pre_process() 321 return fit_image_fixup_alloc(fit, FIT_RAMDISK_PROP, in fit_image_pre_process()
|