Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dbootm.h16 #define BOOTM_ERR_UNIMPLEMENTED (-3) macro
/OK3568_Linux_fs/u-boot/common/
H A Dbootm.c485 return BOOTM_ERR_UNIMPLEMENTED; in bootm_decomp_image()
814 if (ret == BOOTM_ERR_UNIMPLEMENTED) in do_bootm_states()
1038 if (ret && ret != BOOTM_ERR_UNIMPLEMENTED) in bootm_host_load_image()