Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dbootm.h14 #define BOOTM_ERR_RESET (-1) macro
/OK3568_Linux_fs/u-boot/common/
H A Dbootm.c374 return BOOTM_ERR_RESET; in handle_decomp_error()
545 return BOOTM_ERR_RESET; in bootm_load_os()
816 else if (ret == BOOTM_ERR_RESET) in do_bootm_states()
H A Dbootm_os.c491 return BOOTM_ERR_RESET; in boot_selected_os()