summaryrefslogtreecommitdiffstats
path: root/tools/mkimage/src/mkimage.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/mkimage/src/mkimage.c')
-rw-r--r--tools/mkimage/src/mkimage.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/mkimage/src/mkimage.c b/tools/mkimage/src/mkimage.c
index f3796acf07..6ba400a47e 100644
--- a/tools/mkimage/src/mkimage.c
+++ b/tools/mkimage/src/mkimage.c
@@ -142,6 +142,7 @@ table_entry_t comp_name[] = {
{ IH_COMP_NONE, "none", "uncompressed", },
{ IH_COMP_BZIP2, "bzip2", "bzip2 compressed", },
{ IH_COMP_GZIP, "gzip", "gzip compressed", },
+ { IH_COMP_LZMA, "lzma", "lzma compressed", },
{ -1, "", "", },
};