Home
last modified time | relevance | path

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

/external/u-boot/prebuilt-intermediates/
Dbootm.h13 #define BOOTM_ERR_RESET (-1) macro
/external/u-boot/include/
Dbootm.h13 #define BOOTM_ERR_RESET (-1) macro
/external/u-boot/common/
Dbootm.c336 return BOOTM_ERR_RESET; in handle_decomp_error()
388 return BOOTM_ERR_RESET; in bootm_load_os()
634 else if (ret == BOOTM_ERR_RESET) in do_bootm_states()
Dbootm_os.c566 return BOOTM_ERR_RESET; in boot_selected_os()