From 433eb4affc497ed9e88e1e758bc3e1f21c6fda4d Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Tue, 17 Aug 2021 17:59:40 -0400 Subject: siemens: Move CONFIG_SYS_I2C_EEPROM_ADDR usage out of CONFIG namespace The instances of CONFIG_SYS_I2C_EEPROM_ADDR on these platforms doesn't match up with the rest of the EERPOM related defines in U-Boot. Move these out of the CONFIG namespace rather than make complex Kconfig logic. Cc: Samuel Egli Cc: Anatolij Gustschin Cc: Heiko Schocher Signed-off-by: Tom Rini Reviewed-by: Heiko Schocher Reviewed-by: Anatolij Gustschin --- include/configs/draco.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include') diff --git a/include/configs/draco.h b/include/configs/draco.h index 396eb7ded50..7c1f071d99e 100644 --- a/include/configs/draco.h +++ b/include/configs/draco.h @@ -32,10 +32,6 @@ /* I2C Configuration */ #define CONFIG_SYS_I2C_SPEED 100000 -#define CONFIG_SYS_I2C_EEPROM_ADDR 0x50 -#define EEPROM_ADDR_DDR3 0x90 -#define EEPROM_ADDR_CHIP 0x120 - #define CONFIG_FACTORYSET /* Define own nand partitions */ -- cgit v1.2.3