diff options
Diffstat (limited to 'tools/mkimage.c')
| -rw-r--r-- | tools/mkimage.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/tools/mkimage.c b/tools/mkimage.c index 1504ef874..fc8310e78 100644 --- a/tools/mkimage.c +++ b/tools/mkimage.c @@ -93,6 +93,7 @@ table_entry_t os_name[] = {      {	IH_OS_QNX,	"qnx",		"QNX",			},      {	IH_OS_U_BOOT,	"u-boot",	"U-Boot",		},      {	IH_OS_RTEMS,	"rtems",	"RTEMS",		}, +    {	IH_OS_ARTOS,	"artos",	"ARTOS",		},      {	-1,		"",		"",			},  }; |