Searched refs:legacy_hdr_os (Results 1 – 7 of 7) sorted by relevance
59 = (unsigned char *)image_get_load(images->legacy_hdr_os); in do_bootm_linux()
529 (ulong)images->legacy_hdr_os); in boot_get_fdt()531 image_multi_getimg(images->legacy_hdr_os, 2, &fdt_data, in boot_get_fdt()
70 hdr = images->legacy_hdr_os; in do_bootm_netbsd()
1111 (ulong)images->legacy_hdr_os); in boot_get_ramdisk()1113 image_multi_getimg(images->legacy_hdr_os, 1, &rd_data, &rd_len); in boot_get_ramdisk()
951 images->legacy_hdr_os = hdr; in boot_get_kernel()
92 hdr = images->legacy_hdr_os; in boot_prep_linux()
344 image_header_t *legacy_hdr_os; /* image header pointer */ member