Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dsparse_format.h28 #define SPARSE_HEADER_MAGIC 0xed26ff3a macro
H A Dimage-sparse.h33 if ((le32_to_cpu(s_header->magic) == SPARSE_HEADER_MAGIC) && in is_sparse_image()