image: add new "copro" image type
[oweals/u-boot.git] / include / image.h
index 404b7338e6a7d699c83e7cf8de3fba69b2b75c75..c1065c06f9bdbcb1b63727c20086ab2f8edc9b05 100644 (file)
@@ -284,6 +284,7 @@ enum {
        IH_TYPE_MTKIMAGE,               /* MediaTek BootROM loadable Image */
        IH_TYPE_IMX8MIMAGE,             /* Freescale IMX8MBoot Image    */
        IH_TYPE_IMX8IMAGE,              /* Freescale IMX8Boot Image     */
+       IH_TYPE_COPRO,                  /* Coprocessor Image for remoteproc*/
 
        IH_TYPE_COUNT,                  /* Number of image types */
 };