image: add new "copro" image type
[oweals/u-boot.git] / common / image.c
index 645584b5ba2274b7e90b50cc9efc614e175e9a31..179eef0bd2dc8524bec46d4455de88d8da718162 100644 (file)
@@ -176,6 +176,7 @@ static const table_entry_t uimage_type[] = {
        {       IH_TYPE_PMMC,        "pmmc",        "TI Power Management Micro-Controller Firmware",},
        {       IH_TYPE_STM32IMAGE, "stm32image", "STMicroelectronics STM32 Image" },
        {       IH_TYPE_MTKIMAGE,   "mtk_image",   "MediaTek BootROM loadable Image" },
+       {       IH_TYPE_COPRO, "copro", "Coprocessor Image"},
        {       -1,                 "",           "",                   },
 };