mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
global: Migrate CONFIG_FTRTC010_PCLK to CFG
Perform a simple rename of CONFIG_FTRTC010_PCLK to CFG_FTRTC010_PCLK Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
bf09562222
commit
d2cd9f4121
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ int rtc_get(struct rtc_time *tmp)
|
|||
debug("%s(): record register: %x\n",
|
||||
__func__, readl(&rtc->record));
|
||||
|
||||
#ifdef CONFIG_FTRTC010_PCLK
|
||||
#ifdef CFG_FTRTC010_PCLK
|
||||
now = (ftrtc010_time() + readl(&rtc->record)) / RTC_DIV_COUNT;
|
||||
#else /* CFG_FTRTC010_EXTCLK */
|
||||
now = ftrtc010_time() + readl(&rtc->record);
|
||||
|
|
Loading…
Reference in a new issue