fit: Add standalone image type handling
[oweals/u-boot.git] / common / image-fit.c
index e3577e2dd73d4344d1ddb142ca7e67cfb98496e7..8c15ed1d96c34b5679a03f65a434f8a600d2e2f8 100644 (file)
@@ -1725,6 +1725,8 @@ static const char *fit_get_image_type_property(int type)
                return FIT_LOADABLE_PROP;
        case IH_TYPE_FPGA:
                return FIT_FPGA_PROP;
+       case IH_TYPE_STANDALONE:
+               return FIT_STANDALONE_PROP;
        }
 
        return "unknown";