Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dbootm.h43 boot_os_fn *bootm_os_get_boot_func(int os);
/openbmc/u-boot/common/
H A Dbootm_os.c532 boot_os_fn *bootm_os_get_boot_func(int os) in bootm_os_get_boot_func() function
H A Dbootm.c751 boot_fn = bootm_os_get_boot_func(images->os.os); in do_bootm_states()