Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/common/
H A Dbootm.c691 int ret = 0, need_boot_fn; in do_bootm_states() local
758 need_boot_fn = states & (BOOTM_STATE_OS_CMDLINE | in do_bootm_states()
761 if (boot_fn == NULL && need_boot_fn) { in do_bootm_states()