]> git.sur5r.net Git - u-boot/blobdiff - tools/imagetool.h
x86: acpi: Return table length in acpi_create_madt_lapics()
[u-boot] / tools / imagetool.h
index 3d30fbec5c3b3163a1ae9fc08e380e2a7241d3bd..24f8f4b2f6352fbfb6e86388236be1fb0f501e3c 100644 (file)
@@ -72,6 +72,7 @@ struct image_tool_params {
        int fit_image_type;     /* Image type to put into the FIT */
        struct content_info *content_head;      /* List of files to include */
        struct content_info *content_tail;
+       bool external_data;     /* Store data outside the FIT */
 };
 
 /*