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

/u-boot/arch/sh/lib/
H A Dbootm.c51 = (unsigned char *)image_get_load(images->legacy_hdr_os);
/u-boot/arch/x86/lib/
H A Dbootm.c91 hdr = images->legacy_hdr_os;
/u-boot/boot/
H A Dimage-fdt.c475 (ulong)images->legacy_hdr_os);
477 image_multi_getimg(images->legacy_hdr_os, 2, &fdt_data,
H A Dimage-board.c485 (ulong)images->legacy_hdr_os);
487 image_multi_getimg(images->legacy_hdr_os, 1, &rd_data, &rd_len);
H A Dbootm_os.c84 hdr = images->legacy_hdr_os;
H A Dbootm.c185 images->legacy_hdr_os = hdr;
/u-boot/include/
H A Dimage.h355 struct legacy_img_hdr *legacy_hdr_os; /* image header pointer */ member in struct:bootm_headers

Completed in 73 milliseconds