rtc: fix typo in RTC_CNTL_SLOWCLK_FREQ macro name

This commit is contained in:
Ivan Grokhotkov
2017-01-27 23:48:50 +08:00
parent a64181f14f
commit dbf60eb922
2 changed files with 2 additions and 2 deletions

View File

@@ -240,7 +240,7 @@
#define RTC_CNTL_TIME_VALID_S 30
/* frequency of RTC slow clock, Hz */
#define RTC_CTNL_SLOWCLK_FREQ 150000
#define RTC_CNTL_SLOWCLK_FREQ 150000
#define RTC_CNTL_TIME0_REG (DR_REG_RTCCNTL_BASE + 0x10)
/* RTC_CNTL_TIME_LO : RO ;bitpos:[31:0] ;default: 32'h0 ; */