]> git.sur5r.net Git - u-boot/blobdiff - include/image.h
dtoc: Add a way for tests to request the fallback library
[u-boot] / include / image.h
index 64da722649092b1163e8dff3b7bd204a9d43396f..2b1296c86c9407d13e2126f99ebfac85b2d1fece 100644 (file)
@@ -278,6 +278,7 @@ enum {
        IH_TYPE_ZYNQIMAGE,              /* Xilinx Zynq Boot Image */
        IH_TYPE_ZYNQMPIMAGE,            /* Xilinx ZynqMP Boot Image */
        IH_TYPE_FPGA,                   /* FPGA Image */
+       IH_TYPE_VYBRIDIMAGE,    /* VYBRID .vyb Image */
 
        IH_TYPE_COUNT,                  /* Number of image types */
 };