Home
last modified time | relevance | path

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

/u-boot/common/
A Dimage-fdt.c47 image_print_contents(fdt_hdr); in image_get_fdt()
50 if (!image_check_hcrc(fdt_hdr)) { in image_get_fdt()
55 if (!image_check_dcrc(fdt_hdr)) { in image_get_fdt()
65 if (image_get_comp(fdt_hdr) != IH_COMP_NONE) { in image_get_fdt()
73 return fdt_hdr; in image_get_fdt()
273 const image_header_t *fdt_hdr; in boot_get_fdt() local
359 fdt_hdr = image_get_fdt(fdt_addr); in boot_get_fdt()
360 if (!fdt_hdr) in boot_get_fdt()
367 image_start = (ulong)fdt_hdr; in boot_get_fdt()
371 load = image_get_load(fdt_hdr); in boot_get_fdt()
[all …]

Completed in 3 milliseconds