Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dbootm.h35 typedef int boot_os_fn(int flag, int argc, char * const argv[], typedef
38 extern boot_os_fn do_bootm_linux;
42 boot_os_fn *bootm_os_get_boot_func(int os);
47 bootm_headers_t *images, boot_os_fn *boot_fn);
/OK3568_Linux_fs/u-boot/common/
H A Dbootm_os.c436 static boot_os_fn *boot_os[] = {
478 bootm_headers_t *images, boot_os_fn *boot_fn) in boot_selected_os()
494 boot_os_fn *bootm_os_get_boot_func(int os) in bootm_os_get_boot_func()
H A Dbootm.c689 boot_os_fn *boot_fn; in do_bootm_states()