imx: Check the PL310 version for applying errata
[oweals/u-boot.git] / tools / imagetool.h
index 3fcfb4468d88153e5103035b6ad03f11c55d2fd7..71471420f9c4e218337ff0ee51514607274c816f 100644 (file)
@@ -233,6 +233,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);
 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)