Home
last modified time | relevance | path

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

/external/u-boot/prebuilt-intermediates/
Dbootm.h14 #define BOOTM_ERR_OVERLAP (-2) macro
/external/u-boot/include/
Dbootm.h14 #define BOOTM_ERR_OVERLAP (-2) macro
/external/u-boot/common/
Dbootm.c384 return BOOTM_ERR_OVERLAP; in bootm_load_os()
547 if (ret && ret != BOOTM_ERR_OVERLAP) in do_bootm_states()
549 else if (ret == BOOTM_ERR_OVERLAP) in do_bootm_states()