forked from OERV-BSP/u-boot
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>
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
@@ -33,9 +33,6 @@
|
||||
# endif /* CONFIG_SYS_DISCOVER_PHY */
|
||||
#endif
|
||||
|
||||
#define CONFIG_MCFRTC
|
||||
#undef RTC_DEBUG
|
||||
|
||||
/* I2C */
|
||||
|
||||
#ifdef CONFIG_MCFFEC
|
||||
|
||||
@@ -35,9 +35,6 @@
|
||||
# endif /* CONFIG_SYS_DISCOVER_PHY */
|
||||
#endif
|
||||
|
||||
#define CONFIG_MCFRTC
|
||||
#undef RTC_DEBUG
|
||||
|
||||
/* I2C */
|
||||
|
||||
#ifdef CONFIG_MCFFEC
|
||||
|
||||
@@ -51,9 +51,6 @@
|
||||
#define ENABLE_JFFS 1
|
||||
#endif
|
||||
|
||||
#define CONFIG_MCFRTC
|
||||
#undef RTC_DEBUG
|
||||
|
||||
/* I2C */
|
||||
|
||||
/*
|
||||
|
||||
@@ -35,7 +35,6 @@
|
||||
""
|
||||
|
||||
/* Realtime clock */
|
||||
#undef CONFIG_MCFRTC
|
||||
#define CONFIG_RTC_MCFRRTC
|
||||
#define CONFIG_SYS_MCFRRTC_BASE 0xFC0A8000
|
||||
|
||||
|
||||
Reference in New Issue
Block a user