Home
last modified time | relevance | path

Searched refs:FIT_KERNEL_PROP (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/u-boot/common/spl/
H A Dspl_fit.c460 const char *images[] = { FIT_FDT_PROP, FIT_KERNEL_PROP, FIT_RAMDISK_PROP, }; in spl_load_kernel_fit()
556 } else if (!strcmp(images[i], FIT_KERNEL_PROP)) { in spl_load_kernel_fit()
692 node = spl_fit_get_image_node(fit, images, FIT_KERNEL_PROP, 0); in spl_internal_load_simple_fit()
/OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/
H A Dfit.c259 ret = fit_image_fixup_alloc(fit, FIT_KERNEL_PROP, in fit_image_pre_process()
353 if (!fit_image_get_param(fit, FIT_KERNEL_PROP, &load, &offset, &size)) in fit_image_get_bootables_size()
/OK3568_Linux_fs/u-boot/tools/
H A Dimage-host.c385 static const char default_list[] = FIT_KERNEL_PROP "\0" in fit_config_get_image_list()
/OK3568_Linux_fs/u-boot/common/
H A Dimage-fit.c1890 uname = fdt_getprop(fit, noffset, FIT_KERNEL_PROP, NULL); in fit_conf_print()
2001 return FIT_KERNEL_PROP; in fit_get_image_type_property()
/OK3568_Linux_fs/u-boot/include/
H A Dimage.h939 #define FIT_KERNEL_PROP "kernel" macro