Home
last modified time | relevance | path

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

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