Home
last modified time | relevance | path

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

/u-boot/boot/
A Dimage.c430 const struct comp_magic_map *cmagic = image_comp; in image_decomp_type() local
435 for (; cmagic->comp_id > 0; cmagic++) { in image_decomp_type()
436 if (!memcmp(buf, cmagic->magic, 2)) in image_decomp_type()
440 return cmagic->comp_id; in image_decomp_type()

Completed in 6 milliseconds