diff options
Diffstat (limited to 'include/configs/SPD823TS.h')
| -rw-r--r-- | include/configs/SPD823TS.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/include/configs/SPD823TS.h b/include/configs/SPD823TS.h index 39ab1c80a..929a4b6aa 100644 --- a/include/configs/SPD823TS.h +++ b/include/configs/SPD823TS.h @@ -168,8 +168,8 @@  #define CFG_FLASH_WRITE_TOUT	0	/* Timeout for Flash Write (in ms)	*/  #define	CONFIG_ENV_IS_IN_FLASH	1 -#define CFG_ENV_OFFSET		0x8000	/*   Offset   of Environment Sector	*/ -#define CFG_ENV_SIZE		0x0800	/* Total Size of Environment Sector	*/ +#define CONFIG_ENV_OFFSET		0x8000	/*   Offset   of Environment Sector	*/ +#define CONFIG_ENV_SIZE		0x0800	/* Total Size of Environment Sector	*/  /*-----------------------------------------------------------------------   * Cache Configuration   */ |