Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dbootm.h15 #define BOOTM_ERR_UNIMPLEMENTED (-3) macro
/openbmc/u-boot/common/
H A Dbootm.c431 return BOOTM_ERR_UNIMPLEMENTED; in bootm_decomp_image()
806 if (ret == BOOTM_ERR_UNIMPLEMENTED) in do_bootm_states()
1037 if (ret && ret != BOOTM_ERR_UNIMPLEMENTED) in bootm_host_load_image()