Home
last modified time | relevance | path

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

/external/u-boot/board/nokia/rx51/
Dlowlevel_init.S27 ih_magic: /* IH_MAGIC in big endian from include/image.h */ label
76 ldr r5, ih_magic /* r5 - IH_MAGIC */
/external/u-boot/tools/
Ddefault_image.c57 if (be32_to_cpu(hdr->ih_magic) != IH_MAGIC) { in image_verify_header()
/external/u-boot/common/spl/
Dspl.c288 header->ih_magic); in spl_parse_image_header()
/external/u-boot/include/
Dimage.h312 __be32 ih_magic; /* Image Header Magic Number */ member