diff options
author | Simon Glass <sjg@chromium.org> | 2017-05-17 03:25:07 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-05-22 08:37:12 -0400 |
commit | 21c729799104605f2e4fa976af2f97ed8e258afc (patch) | |
tree | 8fbb9fdf4b91c1036c90d0df12a9fd5ca7063494 /include/configs/xpedite517x.h | |
parent | dd937b82fec0a5f1a077c207c929a1e3d465f59e (diff) | |
download | u-boot-21c729799104605f2e4fa976af2f97ed8e258afc.tar.gz u-boot-21c729799104605f2e4fa976af2f97ed8e258afc.tar.xz u-boot-21c729799104605f2e4fa976af2f97ed8e258afc.zip |
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/configs/xpedite517x.h')
-rw-r--r-- | include/configs/xpedite517x.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/xpedite517x.h b/include/configs/xpedite517x.h index 94aad2519e..cf84e1f99a 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 |