Home
last modified time | relevance | path

Searched refs:IH_COMP_ZIMAGE (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/u-boot/common/
H A Dbootm.c329 [IH_COMP_ZIMAGE]= "ZIMAGE", in print_decomp_msg()
383 return IH_COMP_ZIMAGE; in bootm_parse_comp()
492 if (comp == IH_COMP_NONE || comp == IH_COMP_ZIMAGE) in bootm_decomp_image()
H A Dandroid_bootloader.c270 if (comp == IH_COMP_ZIMAGE) in sysmem_alloc_uncomp_kernel()
310 [IH_COMP_ZIMAGE]= "ZIMAGE", in android_bootloader_boot_kernel()
319 if (comp_type == IH_COMP_ZIMAGE && in android_bootloader_boot_kernel()
H A Dimage-android.c169 android_kernel_comp_type != IH_COMP_ZIMAGE) in android_image_get_kernel_addr()
902 if (comp != IH_COMP_NONE && comp != IH_COMP_ZIMAGE) { in android_image_set_decomp()
/OK3568_Linux_fs/u-boot/common/spl/
H A Dspl_fit.c201 if (image_comp != IH_COMP_NONE && image_comp != IH_COMP_ZIMAGE) { in spl_load_fit_image()
252 if (image_comp != IH_COMP_NONE && image_comp != IH_COMP_ZIMAGE) in spl_load_fit_image()
/OK3568_Linux_fs/u-boot/include/
H A Dimage.h296 IH_COMP_ZIMAGE, /* zImage Decompressed itself */ enumerator