diff options
Diffstat (limited to 'include/configs/v37.h')
| -rw-r--r-- | include/configs/v37.h | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/include/configs/v37.h b/include/configs/v37.h index 7e5f80422..7504fa39b 100644 --- a/include/configs/v37.h +++ b/include/configs/v37.h @@ -196,10 +196,10 @@  #define CFG_FLASH_WRITE_TOUT	500	/* Timeout for Flash Write (in ms)	*/  #define	CONFIG_ENV_IS_IN_NVRAM	1 -#define	CFG_ENV_ADDR		0x80000000/* Address of Environment */ -#define	CFG_ENV_SIZE		0x4000	/* Total Size of Environment Sector	*/ +#define	CONFIG_ENV_ADDR		0x80000000/* Address of Environment */ +#define	CONFIG_ENV_SIZE		0x4000	/* Total Size of Environment Sector	*/ -#define CFG_ENV_OFFSET		0 +#define CONFIG_ENV_OFFSET		0  /*-----------------------------------------------------------------------   * Cache Configuration |