Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dimage.h860 static inline int image_check_target_arch(const image_header_t *hdr) in image_check_target_arch() function
/OK3568_Linux_fs/u-boot/common/
H A Dbootm.c866 if (!image_check_target_arch(hdr)) { in image_get_kernel()