Home
last modified time | relevance | path

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

/external/u-boot/common/
Dbootm_os.c84 if (image_check_type(&images->legacy_hdr_os_copy, IH_TYPE_MULTI)) { in do_bootm_netbsd()
128 image_header_t *hdr = &images->legacy_hdr_os_copy; in do_bootm_lynxkdi()
Dbootm.c187 images.ep = image_get_ep(&images.legacy_hdr_os_copy); in bootm_find_os()
490 if (image_get_type(&images->legacy_hdr_os_copy) in bootm_load_os()
873 memmove(&images->legacy_hdr_os_copy, hdr, in boot_get_kernel()
Dimage-fdt.c388 image_check_type(&images->legacy_hdr_os_copy, in boot_get_fdt()
Dimage.c1082 image_check_type(&images->legacy_hdr_os_copy, in boot_get_ramdisk()
/external/u-boot/include/
Dimage.h345 image_header_t legacy_hdr_os_copy; /* header copy */ member