]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - tools/mkimage.c
* Make sure Block Lock Bits get cleared in R360MPI flash driver
[karo-tx-uboot.git] / tools / mkimage.c
index 095880e6af06f36d63ee12309a4862b16b01db8f..1504ef874b629d4d40cc995f7794aa1f9baaacc2 100644 (file)
@@ -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,             "",             "",                     },
 };