diff options
Diffstat (limited to 'common/env_eeprom.c')
| -rw-r--r-- | common/env_eeprom.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/common/env_eeprom.c b/common/env_eeprom.c index 50c623e37..2adc129c6 100644 --- a/common/env_eeprom.c +++ b/common/env_eeprom.c @@ -32,6 +32,8 @@  #include <environment.h>  #include <linux/stddef.h> +DECLARE_GLOBAL_DATA_PTR; +  env_t *env_ptr = NULL;  char * env_name_spec = "EEPROM"; @@ -75,8 +77,6 @@ int saveenv(void)   */  int env_init(void)  { -	DECLARE_GLOBAL_DATA_PTR; -  	ulong crc, len, new;  	unsigned off;  	uchar buf[64]; |