Home
last modified time | relevance | path

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

/external/u-boot/prebuilt-intermediates/
Dbootm.h15 #define BOOTM_ERR_UNIMPLEMENTED (-3) macro
/external/u-boot/include/
Dbootm.h15 #define BOOTM_ERR_UNIMPLEMENTED (-3) macro
/external/u-boot/common/
Dbootm.c319 return BOOTM_ERR_UNIMPLEMENTED; in handle_decomp_error()
632 if (ret == BOOTM_ERR_UNIMPLEMENTED) in do_bootm_states()
861 if (ret != BOOTM_ERR_UNIMPLEMENTED) in bootm_host_load_image()