Home
last modified time | relevance | path

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

/external/u-boot/include/
Dimage.h823 static inline int image_check_os(const image_header_t *hdr, uint8_t os) in image_check_os() function
/external/u-boot/common/
Dimage.c425 if (!image_check_os(rd_hdr, IH_OS_LINUX) || in image_get_ramdisk()