diff options
| author | Simon Glass <[email protected]> | 2017-05-17 03:25:02 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-05-22 08:37:08 -0400 |
| commit | 879704d8f7387b05272b79197a3c782d1499283b (patch) | |
| tree | abe88b41302d55193e5b9aaa1d230fda942681e5 /include | |
| parent | 1136eb5e8f782cc60d3535d6369aa0a5bbfc2df0 (diff) | |
Convert CONFIG_DS4510 to Kconfig
This converts the following to Kconfig:
CONFIG_DS4510
Signed-off-by: Simon Glass <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Reviewed-by: Heiko Schocher <[email protected]>
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 822f70e7ac9..bd1d0c75d91 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 a12a3f8347c..a290cf34639 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 */ |
