Home
last modified time | relevance | path

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

/external/u-boot/common/
Dbootm.c119 images.fit_noffset_os, in bootm_find_os()
127 images.fit_noffset_os, in bootm_find_os()
134 if (fit_image_get_os(images.fit_hdr_os, images.fit_noffset_os, in bootm_find_os()
142 images.fit_noffset_os, in bootm_find_os()
150 if (fit_image_get_load(images.fit_hdr_os, images.fit_noffset_os, in bootm_find_os()
193 images.fit_noffset_os, &images.ep); in bootm_find_os()
896 images->fit_noffset_os = os_noffset; in boot_get_kernel()
/external/u-boot/arch/x86/lib/
Dbootm.c104 images->fit_noffset_os, in boot_prep_linux()
/external/u-boot/include/
Dimage.h353 int fit_noffset_os; /* os subimage node offset */ member