summaryrefslogtreecommitdiff
path: root/include/eeprom.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/eeprom.h')
-rw-r--r--include/eeprom.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/eeprom.h b/include/eeprom.h
index 6820844cea3..f9c6542ba76 100644
--- a/include/eeprom.h
+++ b/include/eeprom.h
@@ -21,8 +21,4 @@ int eeprom_write(uint dev_addr, uint offset, uchar *buffer, uint cnt);
#define eeprom_write(dev_addr, offset, buffer, cnt) (-ENOSYS)
#endif
-#if !defined(CONFIG_ENV_EEPROM_IS_ON_I2C) && defined(CONFIG_SYS_I2C_EEPROM_ADDR)
-# define CONFIG_SYS_DEF_EEPROM_ADDR CONFIG_SYS_I2C_EEPROM_ADDR
-#endif
-
#endif