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

/u-boot/boot/
H A Dimage-fdt.c40 const struct legacy_img_hdr *fdt_hdr = map_sysmem(fdt_addr, 0); local
42 image_print_contents(fdt_hdr);
45 if (!image_check_hcrc(fdt_hdr)) {
50 if (!image_check_dcrc(fdt_hdr)) {
56 if (!image_check_type(fdt_hdr, IH_TYPE_FLATDT)) {
60 if (image_get_comp(fdt_hdr) != IH_COMP_NONE) {
64 if (fdt_check_header((void *)image_get_data(fdt_hdr)) != 0) {
68 return fdt_hdr;
357 const struct legacy_img_hdr *fdt_hdr; local
364 fdt_hdr
[all...]

Completed in 37 milliseconds