Skip to content
Snippets Groups Projects
image.c 80.6 KiB
Newer Older
  • Learn to ignore specific revisions
  • 	if (!fit_image_check_os (fit, rd_noffset, IH_OS_LINUX) ||
    	    !fit_image_check_arch (fit, rd_noffset, arch) ||
    	    !fit_image_check_type (fit, rd_noffset, IH_TYPE_RAMDISK)) {
    		printf ("No Linux %s Ramdisk Image\n",
    				genimg_get_arch_name(arch));