]> git.sur5r.net Git - u-boot/blobdiff - common/image.c
add lzop decompression support
[u-boot] / common / image.c
index 6eaf41eb131feb2624421b590c99441bc3a542bf..5cc3ab49d888961b93c4f6b32adf6efefcc7be55 100644 (file)
@@ -148,6 +148,7 @@ static table_entry_t uimage_comp[] = {
        {       IH_COMP_BZIP2,  "bzip2",        "bzip2 compressed",     },
        {       IH_COMP_GZIP,   "gzip",         "gzip compressed",      },
        {       IH_COMP_LZMA,   "lzma",         "lzma compressed",      },
+       {       IH_COMP_LZO,    "lzo",          "lzo compressed",       },
        {       -1,             "",             "",                     },
 };