Home
last modified time | relevance | path

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

/qemu/hw/core/
H A Duboot_image.h207 #define IH_MAGIC 0x27051956 /* Image Magic Number */ macro
H A Dloader.c632 if (hdr->ih_magic != IH_MAGIC) in load_uboot_image()