Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/include/asm/
H A Dzimage.h21 #define KERNEL_V2_MAGIC 0x53726448 macro
/openbmc/u-boot/arch/x86/lib/
H A Dzimage.c87 if (hdr->header == KERNEL_V2_MAGIC) { in get_boot_protocol()