Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dbootm.h13 #define BOOTM_ERR_RESET (-1) macro
/openbmc/u-boot/common/
H A Dbootm.c353 return BOOTM_ERR_RESET; in handle_decomp_error()
495 return BOOTM_ERR_RESET; in bootm_load_os()
808 else if (ret == BOOTM_ERR_RESET) in do_bootm_states()
H A Dbootm_os.c529 return BOOTM_ERR_RESET; in boot_selected_os()