diff options
author | Simon Glass <sjg@chromium.org> | 2024-08-11 08:50:37 -0600 |
---|---|---|
committer | Heiko Schocher <hs@denx.de> | 2024-08-13 06:12:33 +0200 |
commit | 9baa31ab092c90d5c5149e02a2edb7073df7bccf (patch) | |
tree | 11aa33c86c01b7985eed195d57dc0d9c667caa83 /README | |
parent | 08f0a333309cee9a6cce59fc471783ebd832911d (diff) | |
download | u-boot-9baa31ab092c90d5c5149e02a2edb7073df7bccf.zip u-boot-9baa31ab092c90d5c5149e02a2edb7073df7bccf.tar.gz u-boot-9baa31ab092c90d5c5149e02a2edb7073df7bccf.tar.bz2 |
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>
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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 |