diff options
| -rw-r--r-- | include/configs/tt01.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/configs/tt01.h b/include/configs/tt01.h index 35d2bd820..fda5d6c0c 100644 --- a/include/configs/tt01.h +++ b/include/configs/tt01.h @@ -131,7 +131,7 @@  #define CONFIG_ENV_IS_IN_FLASH  #define CONFIG_ENV_SECT_SIZE	(128 * 1024) -#define CONFIG_ENV_SIZE		(8 * 1024) /* smaller for faster access */ +#define CONFIG_ENV_SIZE		(128 * 1024)  /* Address and size of Redundant Environment Sector	*/  #define CONFIG_ENV_OFFSET_REDUND	(CONFIG_ENV_OFFSET + CONFIG_ENV_SIZE) |