HomeSort by: relevance | last modified time | path
    Searched refs:ih_magic (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/mkubootimage/
uboot.h 70 #define IH_MAGIC 0x27051956
74 uint32_t ih_magic; member in struct:uboot_image_header
mkubootimage.c 73 static uint32_t image_magic = IH_MAGIC;
281 printf(" magic: 0x%08x\n", be32toh(hdr->ih_magic));
344 hdr->ih_magic = htobe32(image_magic);

Completed in 15 milliseconds