Home
last modified time | relevance | path

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

/external/u-boot/include/
Dbootm.h41 boot_os_fn *bootm_os_get_boot_func(int os);
/external/u-boot/common/
Dbootm_os.c525 boot_os_fn *bootm_os_get_boot_func(int os) in bootm_os_get_boot_func() function
Dbootm.c686 boot_fn = bootm_os_get_boot_func(images->os.os); in do_bootm_states()