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 451fc689a89..6923dac7c07 100644 --- a/common/image.c +++ b/common/image.c @@ -189,6 +189,7 @@ static const table_entry_t uimage_type[] = {  	{	IH_TYPE_STM32IMAGE, "stm32image", "STMicroelectronics STM32 Image" },  	{	IH_TYPE_MTKIMAGE,   "mtk_image",   "MediaTek BootROM loadable Image" },  	{	IH_TYPE_COPRO, "copro", "Coprocessor Image"}, +	{	IH_TYPE_SUNXI_EGON, "sunxi_egon",  "Allwinner eGON Boot Image" },  	{	-1,		    "",		  "",			},  }; | 
