diff options
author | Tom Rini <trini@konsulko.com> | 2022-03-23 17:19:51 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-04-01 10:28:46 -0400 |
commit | 3c205a6e4a7a96c9727a286a47fbaaade9adb9ed (patch) | |
tree | d20ff29b083e44e50875539aa0a05c16d7ba5764 /include/configs/astro_mcf5373l.h | |
parent | b7872641a85cc290d3b3beeceaca5169b8138f6f (diff) | |
download | u-boot-3c205a6e4a7a96c9727a286a47fbaaade9adb9ed.tar.gz |
Convert CONFIG_MCFRTC et al to Kconfig
This converts the following to Kconfig:
CONFIG_MCFRTC
CONFIG_SYS_MCFRTC_BASE
While at it, remove '#undef RTC_DEBUG' from these config files.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/astro_mcf5373l.h')
-rw-r--r-- | include/configs/astro_mcf5373l.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/astro_mcf5373l.h b/include/configs/astro_mcf5373l.h index b84b7db2e64..f81f84550aa 100644 --- a/include/configs/astro_mcf5373l.h +++ b/include/configs/astro_mcf5373l.h @@ -51,9 +51,6 @@ #define ENABLE_JFFS 1 #endif -#define CONFIG_MCFRTC -#undef RTC_DEBUG - /* I2C */ /* |