diff options
author | Simon Glass <sjg@chromium.org> | 2017-05-17 09:25:02 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-05-22 12:37:08 (GMT) |
commit | 879704d8f7387b05272b79197a3c782d1499283b (patch) | |
tree | abe88b41302d55193e5b9aaa1d230fda942681e5 /include | |
parent | 1136eb5e8f782cc60d3535d6369aa0a5bbfc2df0 (diff) | |
download | u-boot-879704d8f7387b05272b79197a3c782d1499283b.tar.xz |
Convert CONFIG_DS4510 to Kconfig
This converts the following to Kconfig:
CONFIG_DS4510
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 | 1 | ||||
-rw-r--r-- | include/configs/xpedite537x.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/xpedite517x.h b/include/configs/xpedite517x.h index 822f70e..bd1d0c7 100644 --- a/include/configs/xpedite517x.h +++ b/include/configs/xpedite517x.h @@ -249,7 +249,6 @@ extern unsigned long get_board_sys_clk(unsigned long dummy); #define CONFIG_SYS_M41T11_BASE_YEAR 2000 /* GPIO/EEPROM/SRAM */ -#define CONFIG_DS4510 #define CONFIG_SYS_I2C_DS4510_ADDR 0x51 /* GPIO */ diff --git a/include/configs/xpedite537x.h b/include/configs/xpedite537x.h index a12a3f8..a290cf3 100644 --- a/include/configs/xpedite537x.h +++ b/include/configs/xpedite537x.h @@ -246,7 +246,6 @@ extern unsigned long get_board_ddr_clk(unsigned long dummy); #define CONFIG_SYS_M41T11_BASE_YEAR 2000 /* GPIO/EEPROM/SRAM */ -#define CONFIG_DS4510 #define CONFIG_SYS_I2C_DS4510_ADDR 0x51 /* GPIO */ |