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 56a5a626e..2c88091e6 100644 --- a/common/image.c +++ b/common/image.c @@ -135,6 +135,7 @@ static const table_entry_t uimage_type[] = {  	{	IH_TYPE_SCRIPT,     "script",	  "Script",		},  	{	IH_TYPE_STANDALONE, "standalone", "Standalone Program", },  	{	IH_TYPE_UBLIMAGE,   "ublimage",   "Davinci UBL image",}, +	{	IH_TYPE_MXSIMAGE,   "mxsimage",   "Freescale MXS Boot Image",},  	{	-1,		    "",		  "",			},  }; |