diff options
Diffstat (limited to 'rtc/rs5c372.c')
| -rw-r--r-- | rtc/rs5c372.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/rtc/rs5c372.c b/rtc/rs5c372.c index b56808b8b..6e1171024 100644 --- a/rtc/rs5c372.c +++ b/rtc/rs5c372.c @@ -34,7 +34,7 @@  #include <rtc.h>  #include <i2c.h> -#if defined(CONFIG_RTC_RS5C372A) && (CONFIG_COMMANDS & CFG_CMD_DATE) +#if defined(CONFIG_RTC_RS5C372A) && ((CONFIG_COMMANDS & CFG_CMD_DATE) || defined(CONFIG_CMD_DATE))  /*   * Reads are always done starting with register 15, which requires some   * jumping-through-hoops to access the data correctly. |