Home
last modified time | relevance | path

Searched refs:fit_uname_os (Results 1 – 6 of 6) sorted by relevance

/third_party/uboot/u-boot-2020.01/arch/x86/lib/
Dbootm.c102 } else if (images->fit_uname_os && is_zimage) { in boot_prep_linux()
/third_party/uboot/u-boot-2020.01/common/
Dbootm.c183 } else if (images.fit_uname_os) { in bootm_find_os()
785 images->fit_uname_os = fit_uname_kernel; in boot_get_kernel()
Dimage-fdt.c304 else if (images->fit_uname_os) in boot_get_fdt()
Dimage.c1129 if (images->fit_uname_os) in boot_get_ramdisk()
/third_party/uboot/u-boot-2020.01/include/
Dimage.h364 const char *fit_uname_os; /* os subimage node unit name */ member
Dimage.h.orig362 const char *fit_uname_os; /* os subimage node unit name */