diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/env/fw_env.h | 2 | ||||
-rw-r--r-- | tools/mkimage.c | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/tools/env/fw_env.h b/tools/env/fw_env.h index 7d7be04..2cc7724 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 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, "", "", }, }; |