summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-08-17 17:59:38 -0400
committerTom Rini <trini@konsulko.com>2021-08-30 14:10:05 -0400
commitb61d18c07de68771fd347cf0ccf3e06ce5ddc298 (patch)
tree37dd9622e0a4a7f0a309815e36121947bd263518 /include
parent20815ecdcf7b6cf118229af5bb2b474ca2215158 (diff)
arm: shc: Change CONFIG_SYS_I2C_EEPROM_ADDR to EEPROM_ADDR
The shc platforms do not make use of the rest of the EEPROM infrastructure. Rather than make more elaborate Kconfig logic, remove this setting from the CONFIG namespace. Cc: Heiko Schocher <hs@denx.de> Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'include')
-rw-r--r--include/configs/am335x_shc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/am335x_shc.h b/include/configs/am335x_shc.h
index 387d50d511..5b0eba9afa 100644
--- a/include/configs/am335x_shc.h
+++ b/include/configs/am335x_shc.h
@@ -225,7 +225,6 @@
#define CONFIG_NET_RETRY_COUNT 10
/* I2C configuration */
-#define CONFIG_SYS_I2C_EEPROM_ADDR 0x50 /* Main EEPROM */
#define CONFIG_SYS_I2C_EEPROM_ADDR_LEN 2
#define CONFIG_SYS_I2C_SPEED 400000
#define CONFIG_SYS_I2C_SLAVE 1