diff options
author | Simon Glass <sjg@chromium.org> | 2017-05-17 09:25:07 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-05-22 12:37:12 (GMT) |
commit | 21c729799104605f2e4fa976af2f97ed8e258afc (patch) | |
tree | 8fbb9fdf4b91c1036c90d0df12a9fd5ca7063494 /include | |
parent | dd937b82fec0a5f1a077c207c929a1e3d465f59e (diff) | |
download | u-boot-21c729799104605f2e4fa976af2f97ed8e258afc.tar.xz |
Kconfig: Drop CONFIG_SYS_I2C_DS4510_ADDR
This is only used by one board and always set to 0x51. Drop this option.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/xpedite517x.h | 3 | ||||
-rw-r--r-- | include/configs/xpedite537x.h | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/xpedite517x.h b/include/configs/xpedite517x.h index 94aad25..cf84e1f 100644 --- a/include/configs/xpedite517x.h +++ b/include/configs/xpedite517x.h @@ -234,9 +234,6 @@ extern unsigned long get_board_sys_clk(unsigned long dummy); #define CONFIG_SYS_I2C_RTC_ADDR 0x68 #define CONFIG_SYS_M41T11_BASE_YEAR 2000 -/* GPIO/EEPROM/SRAM */ -#define CONFIG_SYS_I2C_DS4510_ADDR 0x51 - /* GPIO */ #define CONFIG_PCA953X #define CONFIG_SYS_I2C_PCA953X_ADDR0 0x18 diff --git a/include/configs/xpedite537x.h b/include/configs/xpedite537x.h index 826cd9a..d630f2a 100644 --- a/include/configs/xpedite537x.h +++ b/include/configs/xpedite537x.h @@ -232,9 +232,6 @@ extern unsigned long get_board_ddr_clk(unsigned long dummy); #define CONFIG_SYS_I2C_RTC_ADDR 0x68 #define CONFIG_SYS_M41T11_BASE_YEAR 2000 -/* GPIO/EEPROM/SRAM */ -#define CONFIG_SYS_I2C_DS4510_ADDR 0x51 - /* GPIO */ #define CONFIG_PCA953X #define CONFIG_SYS_I2C_PCA953X_ADDR0 0x18 |