diff options
author | Tom Rini <trini@konsulko.com> | 2021-08-17 10:07:34 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-08-17 10:14:05 -0400 |
commit | a514a8994d1fc48dd1c25e3cf7d515a6dd58888c (patch) | |
tree | d8a1436b8c7a2349ba95c9cc82c2cff8c4c51750 /include | |
parent | 84bcfaac00b5bfddd8b5261eb2a5f5277802c755 (diff) | |
download | u-boot-a514a8994d1fc48dd1c25e3cf7d515a6dd58888c.tar.gz |
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>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/am335x_shc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/am335x_shc.h b/include/configs/am335x_shc.h index 387d50d5119..5b0eba9afa4 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 |