summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-08-18 00:59:40 +0300
committerTom Rini <trini@konsulko.com>2021-08-30 21:10:05 +0300
commit433eb4affc497ed9e88e1e758bc3e1f21c6fda4d (patch)
treeedc2e19fdcf4f3e28e3328314752d0b38038356e /include/configs
parentd64d1536b878176afdb6e2780ee8f5f8e0d657ea (diff)
downloadu-boot-433eb4affc497ed9e88e1e758bc3e1f21c6fda4d.tar.xz
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 <samuel.egli@siemens.com> Cc: Anatolij Gustschin <agust@denx.de> Cc: Heiko Schocher <hs@denx.de> Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Heiko Schocher <hs@denx.de> Reviewed-by: Anatolij Gustschin <agust@denx.de>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/draco.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/draco.h b/include/configs/draco.h
index 396eb7ded5..7c1f071d99 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 */