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 095880e..1504ef8 100644 --- a/tools/mkimage.c +++ b/tools/mkimage.c @@ -92,6 +92,7 @@ table_entry_t os_name[] = { { IH_OS_PSOS, "psos", "pSOS", }, { IH_OS_QNX, "qnx", "QNX", }, { IH_OS_U_BOOT, "u-boot", "U-Boot", }, + { IH_OS_RTEMS, "rtems", "RTEMS", }, { -1, "", "", }, }; |