imx: Check the PL310 version for applying errata
[oweals/u-boot.git] / tools / imagetool.h
index 63c08ebc09c3596a80378a341eb7716e01a5ba55..71471420f9c4e218337ff0ee51514607274c816f 100644 (file)
@@ -232,6 +232,8 @@ 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);
+int imx8image_copy_image(int fd, struct image_tool_params *mparams);
+int imx8mimage_copy_image(int fd, struct image_tool_params *mparams);
 
 #define ___cat(a, b) a ## b
 #define __cat(a, b) ___cat(a, b)