imx: add imx8x capricorn giedi board
[oweals/u-boot.git] / tools / imagetool.h
index 2689a4004a7ac7667948f33f61e4aa071ee19831..e1c778b0dffd78542a3a32c294a83d6864b4255f 100644 (file)
@@ -253,6 +253,7 @@ 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);
+int rockchip_copy_image(int fd, struct image_tool_params *mparams);
 
 #define ___cat(a, b) a ## b
 #define __cat(a, b) ___cat(a, b)