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:

committed by
Heiko Schocher

parent
08f0a33330
commit
9baa31ab09
@@ -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);
|
||||
|
Reference in New Issue
Block a user