Home
last modified time | relevance | path

Searched refs:content_head (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/tools/
H A Dfit_image.c159 for (cont = params->content_head; cont; cont = cont->next) { in fit_calc_size()
286 for (cont = params->content_head; cont; cont = cont->next) { in fit_write_images()
344 for (cont = params->content_head; cont; cont = cont->next) { in fit_write_configs()
H A Dimagetool.h75 struct content_info *content_head; /* List of files to include */ member
H A Dmkimage.c135 params.content_head = cont; in add_content()