summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/env/fw_env.h2
-rw-r--r--tools/mkimage.c1
2 files changed, 2 insertions, 1 deletions
diff --git a/tools/env/fw_env.h b/tools/env/fw_env.h
index 7d7be04157..2cc77246e8 100644
--- a/tools/env/fw_env.h
+++ b/tools/env/fw_env.h
@@ -27,7 +27,7 @@
* See included "fw_env.config" sample file (TRAB board)
* for notes on configuration.
*/
-/*#define CONFIG_FILE "/etc/fw_env.config" */
+#define CONFIG_FILE "/etc/fw_env.config"
#define HAVE_REDUND /* For systems with 2 env sectors */
#define DEVICE1_NAME "/dev/mtd1"
diff --git a/tools/mkimage.c b/tools/mkimage.c
index 095880e6af..1504ef874b 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, "", "", },
};
OpenPOWER on IntegriCloud