diff options
Diffstat (limited to 'tools/env')
-rw-r--r-- | tools/env/fw_env.h | 2 |
1 files changed, 1 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" |