rtc: Drop CFG_SYS_RTC_BUS_NUM

This option is very old and the migration deadline was years ago. Drop
it so that the I2C system can be simplified.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Heiko Schocher <hs@denx.de>
This commit is contained in:
Simon Glass
2024-08-11 08:50:37 -06:00
committed by Heiko Schocher
parent 08f0a33330
commit 9baa31ab09
11 changed files with 0 additions and 32 deletions

View File

@@ -655,11 +655,6 @@ void i2c_early_init_f(void);
#undef CFG_SYS_I2C_DIRECT_BUS
#endif
/* define the I2C bus number for RTC and DTT if not already done */
#if !defined(CFG_SYS_RTC_BUS_NUM)
#define CFG_SYS_RTC_BUS_NUM 0
#endif
struct i2c_adapter {
void (*init)(struct i2c_adapter *adap, int speed,
int slaveaddr);