Home
last modified time | relevance | path

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

/external/u-boot/include/
Dbootm.h13 #define BOOTM_ERR_RESET (-1) macro
/external/u-boot/common/
Dbootm.c355 return BOOTM_ERR_RESET; in handle_decomp_error()
497 return BOOTM_ERR_RESET; in bootm_load_os()
743 else if (ret == BOOTM_ERR_RESET) in do_bootm_states()
Dbootm_os.c522 return BOOTM_ERR_RESET; in boot_selected_os()