Home
last modified time | relevance | path

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

/external/u-boot/common/spl/
Dspl_fit.c430 node = spl_fit_get_image_node(fit, images, FIT_KERNEL_PROP, 0); in spl_load_simple_fit()
/external/u-boot/common/
Dimage-fit.c270 uname = fdt_getprop(fit, noffset, FIT_KERNEL_PROP, NULL); in fit_conf_print()
1767 return FIT_KERNEL_PROP; in fit_get_image_type_property()
/external/u-boot/tools/
Dimage-host.c380 static const char default_list[] = FIT_KERNEL_PROP "\0" in fit_config_get_image_list()
/external/u-boot/include/
Dimage.h920 #define FIT_KERNEL_PROP "kernel" macro