Searched refs:IH_TYPE_KERNEL (Results 1 – 2 of 2) sorted by relevance
/qemu/hw/core/ |
H A D | uboot_image.h | 144 IH_TYPE_KERNEL, /* OS Kernel Image */ enumerator
|
H A D | loader.c | 636 if (!(image_type == IH_TYPE_KERNEL && in load_uboot_image() 656 case IH_TYPE_KERNEL: in load_uboot_image() 755 return load_uboot_image(filename, ep, loadaddr, is_linux, IH_TYPE_KERNEL, in load_uimage() 764 return load_uboot_image(filename, ep, loadaddr, is_linux, IH_TYPE_KERNEL, in load_uimage_as()
|