Skip to content
Snippets Groups Projects
Commit d2cd9f41 authored by Tom Rini's avatar Tom Rini
Browse files

global: Migrate CONFIG_FTRTC010_PCLK to CFG


Perform a simple rename of CONFIG_FTRTC010_PCLK to CFG_FTRTC010_PCLK

Signed-off-by: default avatarTom Rini <trini@konsulko.com>
parent bf095622
No related branches found
No related tags found
No related merge requests found
...@@ -80,7 +80,7 @@ int rtc_get(struct rtc_time *tmp) ...@@ -80,7 +80,7 @@ int rtc_get(struct rtc_time *tmp)
debug("%s(): record register: %x\n", debug("%s(): record register: %x\n",
__func__, readl(&rtc->record)); __func__, readl(&rtc->record));
#ifdef CONFIG_FTRTC010_PCLK #ifdef CFG_FTRTC010_PCLK
now = (ftrtc010_time() + readl(&rtc->record)) / RTC_DIV_COUNT; now = (ftrtc010_time() + readl(&rtc->record)) / RTC_DIV_COUNT;
#else /* CFG_FTRTC010_EXTCLK */ #else /* CFG_FTRTC010_EXTCLK */
now = ftrtc010_time() + readl(&rtc->record); now = ftrtc010_time() + readl(&rtc->record);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment