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