Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/lib/
H A Dbootm.c102 } else if (images->fit_uname_os && is_zimage) { in boot_prep_linux()
/openbmc/u-boot/common/
H A Dbootm.c186 } else if (images.fit_uname_os) { in bootm_find_os()
959 images->fit_uname_os = fit_uname_kernel; in boot_get_kernel()
H A Dimage-fdt.c303 else if (images->fit_uname_os) in boot_get_fdt()
H A Dimage.c982 if (images->fit_uname_os) in boot_get_ramdisk()
/openbmc/u-boot/include/
H A Dimage.h378 const char *fit_uname_os; /* os subimage node unit name */ member