Searched refs:FIT_KERNEL_PROP (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/u-boot/common/spl/ |
| H A D | spl_fit.c | 460 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 D | fit.c | 259 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 D | image-host.c | 385 static const char default_list[] = FIT_KERNEL_PROP "\0" in fit_config_get_image_list()
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | image-fit.c | 1890 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 D | image.h | 939 #define FIT_KERNEL_PROP "kernel" macro
|