aboutsummaryrefslogtreecommitdiff
path: root/include/configs/M53017EVB.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-03-23 17:19:51 -0400
committerTom Rini <trini@konsulko.com>2022-04-01 10:28:46 -0400
commit3c205a6e4a7a96c9727a286a47fbaaade9adb9ed (patch)
treed20ff29b083e44e50875539aa0a05c16d7ba5764 /include/configs/M53017EVB.h
parentb7872641a85cc290d3b3beeceaca5169b8138f6f (diff)
downloadu-boot-3c205a6e4a7a96c9727a286a47fbaaade9adb9ed.zip
u-boot-3c205a6e4a7a96c9727a286a47fbaaade9adb9ed.tar.gz
u-boot-3c205a6e4a7a96c9727a286a47fbaaade9adb9ed.tar.bz2
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/M53017EVB.h')
-rw-r--r--include/configs/M53017EVB.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/M53017EVB.h b/include/configs/M53017EVB.h
index 6e2bdbe..7011a4b 100644
--- a/include/configs/M53017EVB.h
+++ b/include/configs/M53017EVB.h
@@ -36,8 +36,6 @@
# endif /* CONFIG_SYS_DISCOVER_PHY */
#endif
-#define CONFIG_MCFRTC
-#undef RTC_DEBUG
#define CONFIG_SYS_RTC_CNT (0x8000)
#define CONFIG_SYS_RTC_SETUP (RTC_OCEN_OSCBYP | RTC_OCEN_CLKEN)