From 9baa31ab092c90d5c5149e02a2edb7073df7bccf Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sun, 11 Aug 2024 08:50:37 -0600 Subject: 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 Reviewed-by: Heiko Schocher --- README | 5 ----- 1 file changed, 5 deletions(-) (limited to 'README') diff --git a/README b/README index c3821c5ce4e..37c959cc9c2 100644 --- a/README +++ b/README @@ -893,11 +893,6 @@ The following options need to be configured: will skip addresses 0x50 and 0x68 on a board with one I2C bus - CFG_SYS_RTC_BUS_NUM - - If defined, then this indicates the I2C bus number for the RTC. - If not defined, then U-Boot assumes that RTC is on I2C bus 0. - CONFIG_SOFT_I2C_READ_REPEATED_START defining this will force the i2c_read() function in -- cgit v1.3.1