global: Migrate CONFIG_FTRTC010_EXTCLK to CFG
Perform a simple rename of CONFIG_FTRTC010_EXTCLK to CFG_FTRTC010_EXTCLK Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
315390e467
commit
bf09562222
@ -82,7 +82,7 @@ int rtc_get(struct rtc_time *tmp)
|
||||
|
||||
#ifdef CONFIG_FTRTC010_PCLK
|
||||
now = (ftrtc010_time() + readl(&rtc->record)) / RTC_DIV_COUNT;
|
||||
#else /* CONFIG_FTRTC010_EXTCLK */
|
||||
#else /* CFG_FTRTC010_EXTCLK */
|
||||
now = ftrtc010_time() + readl(&rtc->record);
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user