Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/tools/
H A Dimage-host.c421 snprintf(name, sizeof(name), "%s/%s", FIT_CONFS_PATH, conf_name); in fit_config_get_hash_list()
423 strlist_add(node_inc, FIT_CONFS_PATH) || in fit_config_get_hash_list()
466 snprintf(name, sizeof(name), "%s/%s", FIT_CONFS_PATH, in fit_config_get_hash_list()
716 confs_noffset = fdt_path_offset(fit, FIT_CONFS_PATH); in fit_add_verification_data()
719 FIT_CONFS_PATH, fdt_strerror(confs_noffset)); in fit_add_verification_data()
/OK3568_Linux_fs/u-boot/common/
H A Dcommon_fit.c39 conf = fdt_path_offset(fdt, FIT_CONFS_PATH); in fit_find_config_node()
H A Dimage-fit.c223 confs_noffset = fdt_path_offset(fit, FIT_CONFS_PATH); in fit_print_contents()
226 FIT_CONFS_PATH, fdt_strerror(confs_noffset)); in fit_print_contents()
1688 confs_noffset = fdt_path_offset(fit, FIT_CONFS_PATH); in fit_conf_find_compat()
1791 confs_noffset = fdt_path_offset(fit, FIT_CONFS_PATH); in fit_conf_get_node()
1794 FIT_CONFS_PATH, fdt_strerror(confs_noffset)); in fit_conf_get_node()
/OK3568_Linux_fs/u-boot/cmd/
H A Dtftp_update.c393 noffset = fdt_path_offset(fit, FIT_CONFS_PATH); in update_verify_hdr()
/OK3568_Linux_fs/u-boot/include/
H A Dimage.h910 #define FIT_CONFS_PATH "/configurations" macro