Home
last modified time | relevance | path

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

/u-boot/tools/
A Dimximage.c362 imx_header_v2_t *next_hdr_v2; in set_imx_hdr_v2() local
401 next_hdr_v2 = (imx_header_v2_t *)((char *)hdr_v2 + in set_imx_hdr_v2()
404 next_fhdr_v2 = &next_hdr_v2->fhdr; in set_imx_hdr_v2()
421 next_hdr_v2->boot_data.start = hdr_base - flash_offset; in set_imx_hdr_v2()
423 header_size_ptr = &next_hdr_v2->boot_data.size; in set_imx_hdr_v2()
425 next_hdr_v2->boot_data.plugin = 0; in set_imx_hdr_v2()
535 imx_header_v2_t *next_hdr_v2; in print_hdr_v2() local
547 next_hdr_v2 = (imx_header_v2_t *)((char *)hdr_v2 + in print_hdr_v2()
549 next_fhdr_v2 = &next_hdr_v2->fhdr; in print_hdr_v2()
551 genimg_print_size(next_hdr_v2->boot_data.size); in print_hdr_v2()
[all …]

Completed in 4 milliseconds