Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dbootm.h15 #define BOOTM_ERR_OVERLAP (-2) macro
/OK3568_Linux_fs/u-boot/common/
H A Dbootm.c541 return BOOTM_ERR_OVERLAP; in bootm_load_os()
722 else if (ret && ret != BOOTM_ERR_OVERLAP) in do_bootm_states()
724 else if (ret == BOOTM_ERR_OVERLAP) in do_bootm_states()