Searched refs:FIT_KERNEL_PROP (Results 1 – 5 of 5) sorted by relevance
| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/ |
| H A D | fit.c | 286 noffset = fit_conf_get_prop_node_index(fit, cfg_noffset, FIT_KERNEL_PROP, 0); in fit_image_pre_process() 307 printf("Could not find %s subimage data!\n", FIT_KERNEL_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() 410 if (!fit_image_get_param(fit, FIT_KERNEL_PROP, &load, &offset, &size)) in fit_image_get_bootables_size()
|
| /rk3399_rockchip-uboot/common/spl/ |
| H A D | spl_fit.c | 585 const char *images[] = { FIT_FDT_PROP, FIT_KERNEL_PROP, FIT_RAMDISK_PROP, }; in spl_load_kernel_fit() 675 } else if (!strcmp(images[i], FIT_KERNEL_PROP)) { in spl_load_kernel_fit() 819 node = spl_fit_get_image_node(fit, images, FIT_KERNEL_PROP, 0); in spl_internal_load_simple_fit()
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | image-host.c | 385 static const char default_list[] = FIT_KERNEL_PROP "\0" in fit_config_get_image_list()
|
| /rk3399_rockchip-uboot/common/ |
| H A D | image-fit.c | 2039 uname = fdt_getprop(fit, noffset, FIT_KERNEL_PROP, NULL); in fit_conf_print() 2155 return FIT_KERNEL_PROP; in fit_get_image_type_property()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | image.h | 944 #define FIT_KERNEL_PROP "kernel" macro
|