diff options
Diffstat (limited to 'common/env_eeprom.c')
| -rw-r--r-- | common/env_eeprom.c | 5 | 
1 files changed, 0 insertions, 5 deletions
| diff --git a/common/env_eeprom.c b/common/env_eeprom.c index 4f7f0dbde..8fe59f822 100644 --- a/common/env_eeprom.c +++ b/common/env_eeprom.c @@ -32,11 +32,6 @@  #include <i2c.h>  #endif -#ifdef CONFIG_ENV_OFFSET_REDUND -#define ACTIVE_FLAG   1 -#define OBSOLETE_FLAG 0 -#endif -  DECLARE_GLOBAL_DATA_PTR;  env_t *env_ptr = NULL; |