HomeSort by relevance Sort by last modified time
    Searched refs:image_check_arch (Results 1 - 2 of 2) sorted by null

  /external/u-boot/include/
image.h 818 static inline int image_check_arch(const image_header_t *hdr, uint8_t arch) function
840 return image_check_arch(hdr, IH_ARCH_DEFAULT);
    [all...]
  /external/u-boot/common/
image.c 426 !image_check_arch(rd_hdr, arch) ||
    [all...]

Completed in 113 milliseconds