mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
Drop digital thermometer and thermostat (DTT) drivers
This subsystem is quite old. It has been replaced with a driver-model version (UCLASS_THERMAL). Boards are free to convert to that if required, but here is a removal patch that could be applied in the meantime. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Heiko Schocher <hs@denx.de> Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@ -571,9 +571,6 @@ void i2c_dump_msgs(struct i2c_msg *msg, int nmsgs);
|
||||
#if !defined(CONFIG_SYS_RTC_BUS_NUM)
|
||||
#define CONFIG_SYS_RTC_BUS_NUM 0
|
||||
#endif
|
||||
#if !defined(CONFIG_SYS_DTT_BUS_NUM)
|
||||
#define CONFIG_SYS_DTT_BUS_NUM 0
|
||||
#endif
|
||||
#if !defined(CONFIG_SYS_SPD_BUS_NUM)
|
||||
#define CONFIG_SYS_SPD_BUS_NUM 0
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user