X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=tools%2Fimagetool.h;h=a8d505423b87ba0450f775a507e12d58d728cca3;hb=821560fd8e43eecc208c1c52ad24faadb6b52703;hp=6c1a9d3760584bfe297acb737b1e173360b4b3e6;hpb=44faff24f58859bdc1acf28ac739020b5091678a;p=platform%2Fkernel%2Fu-boot.git diff --git a/tools/imagetool.h b/tools/imagetool.h index 6c1a9d3..a8d5054 100644 --- a/tools/imagetool.h +++ b/tools/imagetool.h @@ -70,11 +70,13 @@ struct image_tool_params { int orig_file_size; /* Original size for file before padding */ bool auto_its; /* Automatically create the .its file */ int fit_image_type; /* Image type to put into the FIT */ + char *fit_ramdisk; /* Ramdisk file to include */ struct content_info *content_head; /* List of files to include */ struct content_info *content_tail; bool external_data; /* Store data outside the FIT */ bool quiet; /* Don't output text in normal operation */ unsigned int external_offset; /* Add padding to external data */ + const char *engine_id; /* Engine to use for signing */ }; /*