]> git.sur5r.net Git - u-boot/blobdiff - common/image.c
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
[u-boot] / common / image.c
index 85c4f39cdf54a3388d19bfaf1d9c07a28a39022d..c36927fca8eb6beda1a9c05bab75ff1a2d33721b 100644 (file)
@@ -158,6 +158,7 @@ static const table_entry_t uimage_type[] = {
        {       IH_TYPE_RKIMAGE,    "rkimage",    "Rockchip Boot Image" },
        {       IH_TYPE_RKSD,       "rksd",       "Rockchip SD Boot Image" },
        {       IH_TYPE_RKSPI,      "rkspi",      "Rockchip SPI Boot Image" },
+       {       IH_TYPE_ZYNQIMAGE,  "zynqimage",  "Xilinx Zynq Boot Image" },
        {       -1,                 "",           "",                   },
 };