]> git.sur5r.net Git - u-boot/blobdiff - tools/imagetool.h
vboot: Do not use hashed-strings offset
[u-boot] / tools / imagetool.h
index ef2429e050728024ab82376345418a9fee82ec8c..d191b9cfe709637a479b41697046f59b7263e2fe 100644 (file)
@@ -231,6 +231,7 @@ time_t imagetool_get_source_date(
 
 
 void pbl_load_uboot(int fd, struct image_tool_params *mparams);
+int zynqmpbif_copy_image(int fd, struct image_tool_params *mparams);
 
 #define ___cat(a, b) a ## b
 #define __cat(a, b) ___cat(a, b)