diff options
Diffstat (limited to 'common/image.c')
| -rw-r--r-- | common/image.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/common/image.c b/common/image.c index 6eaf41eb1..5cc3ab49d 100644 --- a/common/image.c +++ b/common/image.c @@ -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,		"",		"",			},  }; |