diff options
author | Tom Rini <trini@konsulko.com> | 2022-11-19 18:45:31 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-12-05 16:08:37 -0500 |
commit | ea467ea1cda0c9f6b85be34b5e1bbb6f905fa814 (patch) | |
tree | 114229d90173db2a66448139df1957ca93dd353c /include/configs/ls1088ardb.h | |
parent | c3187fb1448baf142d43fcc3d6f0e88e082050b9 (diff) | |
download | u-boot-ea467ea1cda0c9f6b85be34b5e1bbb6f905fa814.tar.gz u-boot-ea467ea1cda0c9f6b85be34b5e1bbb6f905fa814.tar.bz2 u-boot-ea467ea1cda0c9f6b85be34b5e1bbb6f905fa814.zip |
Convert CONFIG_RTC_DS1337 et al to Kconfig
This converts the following to Kconfig:
CONFIG_RTC_DS1337
CONFIG_RTC_DS1337_NOOSC
CONFIG_RTC_DS1338
CONFIG_RTC_DS1374
CONFIG_RTC_DS3231
CONFIG_RTC_MC13XXX
CONFIG_RTC_MXS
CONFIG_RTC_PT7C4338
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/ls1088ardb.h')
-rw-r--r-- | include/configs/ls1088ardb.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/ls1088ardb.h b/include/configs/ls1088ardb.h index 187b3072f0..7bc4fc6a66 100644 --- a/include/configs/ls1088ardb.h +++ b/include/configs/ls1088ardb.h @@ -186,13 +186,10 @@ #define I2C_MUX_CH_DEFAULT 0x8 #define I2C_MUX_CH5 0xD -#ifndef SPL_NO_RTC /* * RTC configuration */ -#define RTC #define CFG_SYS_I2C_RTC_ADDR 0x51 /* Channel 3*/ -#endif #ifndef SPL_NO_ENV /* Initial environment variables */ |