Home
last modified time | relevance | path

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

/external/u-boot/common/
Dbootm.c793 if (!image_check_target_arch(hdr)) { in image_get_kernel()
/external/u-boot/include/
Dimage.h835 static inline int image_check_target_arch(const image_header_t *hdr) in image_check_target_arch() function