diff options
Diffstat (limited to 'tools/env/fw_env.h')
| -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 7d7be0415..2cc77246e 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" |