rtc: compile date.c if DM_RTC

rtc_to_tm() and rtc_mktime() are required for some RTC drivers, at least
PL031. Without this patch, we also need to enable CONFIG_CMD_DATE even if
we don't want or need this command.

Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
AKASHI Takahiro 2018-07-11 18:06:06 +09:00 committed by Tom Rini
parent 323a73adc9
commit 8cffb50ab3

View File

@ -9,7 +9,8 @@
#include <errno.h>
#include <rtc.h>
#if defined(CONFIG_CMD_DATE) || defined(CONFIG_TIMESTAMP)
#if defined(CONFIG_CMD_DATE) || defined(CONFIG_DM_RTC) || \
defined(CONFIG_TIMESTAMP)
#define FEBRUARY 2
#define STARTOFTIME 1970