Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A Dbootm.c696 int ret = 0, need_boot_fn; in do_bootm_states() local
752 need_boot_fn = states & (BOOTM_STATE_OS_CMDLINE | in do_bootm_states()
755 if (boot_fn == NULL && need_boot_fn) { in do_bootm_states()