diff options
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/env/fw_env.h | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/tools/env/fw_env.h b/tools/env/fw_env.h index 9258c796d..2dcb373b6 100644 --- a/tools/env/fw_env.h +++ b/tools/env/fw_env.h @@ -34,8 +34,12 @@  #define DEVICE2_NAME      "/dev/mtd2"  #define DEVICE1_OFFSET    0x0000  #define ENV1_SIZE         0x4000 +#define DEVICE1_ESIZE     0x4000 +#define DEVICE1_ENVSECTORS     2  #define DEVICE2_OFFSET    0x0000  #define ENV2_SIZE         0x4000 +#define DEVICE2_ESIZE     0x4000 +#define DEVICE2_ENVSECTORS     2  #define CONFIG_BAUDRATE		115200  #define CONFIG_BOOTDELAY	5	/* autoboot after 5 seconds	*/ |