commit | 80a474258e2513bda52a92845d125d1239e207fc | [log] [tgz] |
---|---|---|
author | AKASHI Takahiro <takahiro.akashi@linaro.org> | Wed Jul 11 18:06:06 2018 +0900 |
committer | Tom Rini <trini@konsulko.com> | Tue Jul 24 09:25:23 2018 -0400 |
tree | 8fb433a7e60a4109be0251b60cc50d7234ded6d1 | |
parent | d9a7ef9f6294872ca25c7c58b2078f91cec991a6 [diff] |
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>